Skip to content

Commit

Permalink
timer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Mushnin committed Mar 23, 2024
1 parent f5ca363 commit 618f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/atbat/Score.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Score = ({ atBat, pitch }: { atBat: AtBatStatus; pitch: SessionStatus }) =
</div>
<Timer
start={pitch.phaseStartTimestamp ?? "0"}
delay={secondsPerPhase ?? 300}
delay={secondsPerPhase ?? 120}
isActive={pitch.progress === 3 || pitch.progress === 4}
/>
</div>
Expand Down

0 comments on commit 618f2c6

Please sign in to comment.