From 618f2c6aefbe1a062830645448e3c9d296e8dee4 Mon Sep 17 00:00:00 2001 From: Anton Mushnin Date: Sat, 23 Mar 2024 21:59:38 +0300 Subject: [PATCH] timer fix --- web/src/components/atbat/Score.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/atbat/Score.tsx b/web/src/components/atbat/Score.tsx index 1f9d1eb1..05e9534a 100644 --- a/web/src/components/atbat/Score.tsx +++ b/web/src/components/atbat/Score.tsx @@ -25,7 +25,7 @@ const Score = ({ atBat, pitch }: { atBat: AtBatStatus; pitch: SessionStatus }) =