Skip to content

Commit

Permalink
remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumo0922 committed Sep 14, 2023
1 parent 3c5bbde commit 0dc3b75
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ fun TimetableItemDetailScreenPreview() {
TimetableItemDetailScreen(
uiState = Loaded(
timetableItem = fakeSession,
timetableItemDetailSectionUiState = TimetableItemDetailSectionUiState(
fakeSession,
),
timetableItemDetailSectionUiState = TimetableItemDetailSectionUiState(fakeSession),
isBookmarked = isBookMarked,
isLangSelectable = true,
viewBookmarkListRequestState = ViewBookmarkListRequestState.NotRequested,
Expand Down

0 comments on commit 0dc3b75

Please sign in to comment.