aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-03 22:34:27 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-03 22:34:27 -0700
commit44ace7e6b704d90b8e71906805cff07202ddf50b (patch)
treee54f39682cdd4bc5411766f598d6c7df26a6dc04 /src
parent72b18e3a7e71f81cc4308c6d0f4d4a24120aa947 (diff)
add redirects file
Diffstat (limited to 'src')
-rw-r--r--src/components/Game/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Game/index.tsx b/src/components/Game/index.tsx
index 902464b..cde682d 100644
--- a/src/components/Game/index.tsx
+++ b/src/components/Game/index.tsx
@@ -45,7 +45,7 @@ export function Game({
}: Props) {
const [sessionDate] = React.useState(() => getUtcDate());
const recentFinishedPlay = localStorage.getItem("recentFinishedPlay");
- const hasFinishedCurrentRound = didGuess || currentTry >= guesses.length || (recentFinishedPlay === sessionDate && mode === "daily");
+ const hasFinishedCurrentRound = didGuess || currentTry >= guesses.length;
const isGameOver = hasFinishedCurrentRound;
const isBlocked =
mode === "daily" &&
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage