Skip to content

Commit

Permalink
Fixed exerciseCount in App.tsx to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
JarodHouston committed Nov 25, 2024
1 parent 1b27f9b commit 2fba516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function App(): JSX.Element {
return (
<div>
<main>
{exerciseCount < 3 ? (
{exerciseCount < 4 ? (
<>
<LessonSide
levelNum={exerciseCount + 1}
Expand Down

0 comments on commit 2fba516

Please sign in to comment.