Skip to content

Commit

Permalink
✨ (GEK): Show activity details when doing activity
Browse files Browse the repository at this point in the history
fixes #711
  • Loading branch information
ladislas committed Feb 22, 2024
1 parent 94b0ad1 commit a900479
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ public struct ActivityView: View {
}
}
.sheet(isPresented: self.$isInfoSheetPresented) {
// TODO: (@team) - Add YAML description of activities
Text("Info related to the activity ")
ActivityDetailsView(activity: self.viewModel.currentActivity)
}
.fullScreenCover(isPresented: self.$viewModel.isCurrentActivityCompleted) {
self.endOfActivityScoreView
Expand Down

0 comments on commit a900479

Please sign in to comment.