From 2fba516588acd6a8b649049e0df26de643a2c089 Mon Sep 17 00:00:00 2001 From: Jarod Houston Date: Sun, 24 Nov 2024 20:38:36 -0800 Subject: [PATCH] Fixed exerciseCount in App.tsx to 4 --- src/components/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 1a69ccd..1551b5d 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -27,7 +27,7 @@ function App(): JSX.Element { return (
- {exerciseCount < 3 ? ( + {exerciseCount < 4 ? ( <>