aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/DailyPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/DailyPage.tsx')
-rw-r--r--src/pages/DailyPage.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/DailyPage.tsx b/src/pages/DailyPage.tsx
index d1482b1..17efaeb 100644
--- a/src/pages/DailyPage.tsx
+++ b/src/pages/DailyPage.tsx
@@ -69,6 +69,7 @@ export function DailyPage() {
didGuess,
skip,
guess,
+ isSubmitting,
} = useGameState({
solution: todaysSolution?.song ?? null,
persist: true,
@@ -109,6 +110,7 @@ export function DailyPage() {
setSelectedSong={setSelectedSong}
skip={skip}
guess={guess}
+ isSubmitting={isSubmitting}
/>
</Styled.Container>
<Footer />
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage