Skip to content

Commit 1a1e367

Browse files
committed
fix state
1 parent 4603561 commit 1a1e367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FitCount/Workout/QuickPoseBasicView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct QuickPoseBasicView: View {
4141
let exerciseTimer = TimerManager()
4242

4343
@State var isInBBox = false
44-
@State var state = WorkoutState.exercise
44+
@State var state = WorkoutState.bbox
4545

4646
@State private var indicatorWidth: CGFloat = 0.0
4747

0 commit comments

Comments
 (0)