This commit is contained in:
2025-07-20 20:20:39 -04:00
parent a0c8b21bf4
commit d2b8625f2e
2 changed files with 103 additions and 37 deletions

View File

@ -85,7 +85,7 @@ struct WorkoutDetailView: View {
List {
ForEach(logs) { log in
NavigationLink {
WorkoutLogDetailView(log: log)
ExerciseProgressControlView(log: log)
} label: {
WorkoutLogCardView(log: log)
}