From b1c654b9296b86a4531dc4d006bda608cbf8a97b Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 10 May 2022 13:12:02 -0500 Subject: [PATCH] touchup --- src/games/GameCore.tsx | 5 +++-- src/games/sub-cores/EquativeGame.tsx | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) 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) &&