diff --git a/src/games/GameCore.tsx b/src/games/GameCore.tsx index d38ada8..65f9dd2 100644 --- a/src/games/GameCore.tsx +++ b/src/games/GameCore.tsx @@ -129,6 +129,7 @@ function GameCore({ questions, Display, timeLimit, Instructions, studyLink, i : typeof finish === "object" ? "danger" : "primary"; + const gameRunning = current && finish === undefined; return <>
@@ -148,7 +149,7 @@ function GameCore({ questions, Display, timeLimit, Instructions, studyLink, i />
} - +
{finish === undefined && (current @@ -190,7 +191,7 @@ function GameCore({ questions, Display, timeLimit, Instructions, studyLink, i
- {(current && finish === undefined) &&