aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Game
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-26 22:31:55 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-26 22:31:55 -0700
commit900fca9e5dbf7a714acf9de061962895295aa8be (patch)
treea9336573378be4b6cc2372ca14f43462a1f6de99 /src/components/Game
parent1a47e30a98bd9d4742197ec8df1b5633ca110c42 (diff)
seperate audio and MV stat charts
Diffstat (limited to 'src/components/Game')
-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 8e16d46..85c4e95 100644
--- a/src/components/Game/index.tsx
+++ b/src/components/Game/index.tsx
@@ -107,7 +107,7 @@ export function Game({
currentTry={currentTry}
todaysSolution={todaysSolution}
guesses={guesses}
- mode={mode === "dailyMV" ? "daily" : mode}
+ mode={mode}
sessionDate={sessionDate}
onPlayAgain={onPlayAgain}
/>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage