Skip to content

Commit

Permalink
Move to session details
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu committed Sep 18, 2023
1 parent 57fe149 commit 86e9f76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app-ios/Modules/Sources/Timetable/TimetableGridView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ struct TimetableGridView: View {
gridSize: gridSize
)

TimetableGridItemView(
timetableItemWithFavorite: timetableItemWithFavorite
)
NavigationLink(value: TimetableRouting.session(timetableItemWithFavorite.timetableItem)) {
TimetableGridItemView(
timetableItemWithFavorite: timetableItemWithFavorite
)
}
.frame(width: frame.width, height: frame.height)
.position(x: frame.origin.x, y: frame.origin.y)
}
Expand Down

0 comments on commit 86e9f76

Please sign in to comment.