From 900fca9e5dbf7a714acf9de061962895295aa8be Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 26 Jun 2026 22:31:55 -0700 Subject: seperate audio and MV stat charts --- src/components/Game/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Game') 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} /> -- cgit v1.2.3