Skip to content

Commit

Permalink
Remove timetable grid time
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Sep 15, 2023
1 parent 88297ab commit 0dc9c63
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 0dc9c63

Please sign in to comment.