aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Game/index.tsx
diff options
context:
space:
mode:
authorBrendan F <EpicWolverine@users.noreply.github.com>2023-06-25 17:14:20 -0700
committerBrendan F <EpicWolverine@users.noreply.github.com>2023-06-25 17:14:20 -0700
commit3ecbe70fa70b187a03b727fd21b1fb36d46442d1 (patch)
treec43090ebb9cd9b90e1c169750f658411bd660d71 /src/components/Game/index.tsx
parent1d89c9d43f05aa09b6449882bfcd9a5810438f49 (diff)
Fix lint issues
Diffstat (limited to 'src/components/Game/index.tsx')
-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 84ca282..6f6b736 100644
--- a/src/components/Game/index.tsx
+++ b/src/components/Game/index.tsx
@@ -10,7 +10,7 @@ import * as Styled from "./index.styled";
interface Props {
guesses: GuessType[];
- todaysSolution: any;
+ todaysSolution: Song;
currentTry: number;
didGuess: boolean;
setSelectedSong: React.Dispatch<React.SetStateAction<Song | undefined>>;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage