Skip to content

Commit

Permalink
Merge pull request #175 from moonstream-to/heatmap-fix
Browse files Browse the repository at this point in the history
timer fix
  • Loading branch information
Anton-Mushnin authored Mar 23, 2024
2 parents 4fd7f07 + 618f2c6 commit 138b89e
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 138b89e

Please sign in to comment.