Skip to content

Commit

Permalink
Merge pull request #1225 from DroidKaigi/takahirom/remove-timetable-t…
Browse files Browse the repository at this point in the history
…ime/2023-09-16

Remove timetable grid time
  • Loading branch information
takahirom authored Sep 16, 2023
2 parents 88297ab + 0dc9c63 commit 0295b2d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ fun TimetableGrid(
end = contentPadding.calculateEndPadding(layoutDirection),
),
) {
TimetableGridHours(
timetableState = timetableGridState,
coroutineScope = coroutineScope,
) { hour ->
HoursItem(hour = hour)
}
// TimetableGridHours(
// timetableState = timetableGridState,
// coroutineScope = coroutineScope,
// ) { hour ->
// HoursItem(hour = hour)
// }
Column {
TimetableGridRooms(
timetableRooms = TimetableRooms(timetable.rooms),
Expand Down

0 comments on commit 0295b2d

Please sign in to comment.