wip
This commit is contained in:
@ -85,7 +85,7 @@ struct WorkoutDetailView: View {
|
||||
List {
|
||||
ForEach(logs) { log in
|
||||
NavigationLink {
|
||||
WorkoutLogDetailView(log: log)
|
||||
ExerciseProgressControlView(log: log)
|
||||
} label: {
|
||||
WorkoutLogCardView(log: log)
|
||||
}
|
||||
|
Reference in New Issue
Block a user