diff options
Diffstat (limited to 'src/components/Game/index.tsx')
| -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} /> |
