diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-26 22:31:55 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-26 22:31:55 -0700 |
| commit | 900fca9e5dbf7a714acf9de061962895295aa8be (patch) | |
| tree | a9336573378be4b6cc2372ca14f43462a1f6de99 /src/components/Game | |
| parent | 1a47e30a98bd9d4742197ec8df1b5633ca110c42 (diff) | |
seperate audio and MV stat charts
Diffstat (limited to 'src/components/Game')
| -rw-r--r-- | src/components/Game/index.tsx | 2 |
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} /> |
