diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 20:35:50 -0800 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 20:35:50 -0800 |
| commit | 647edc9389b24bda19503514170ed31301ea0a72 (patch) | |
| tree | 2b76df7a0e6ada2ad0042d91b3b7b2a679e2f5e8 /src/components/Game | |
| parent | aa3a3063cbbd449ecd8b0d6092fd83ea4db27984 (diff) | |
Add guess states and exact artist match as a yellow
Diffstat (limited to 'src/components/Game')
| -rw-r--r-- | src/components/Game/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Game/index.tsx b/src/components/Game/index.tsx index 6f6b736..2f4a2ec 100644 --- a/src/components/Game/index.tsx +++ b/src/components/Game/index.tsx @@ -43,7 +43,6 @@ export function Game({ <Guess key={index} guess={guess} - isCorrect={guess.isCorrect} active={index === currentTry} /> ))} |
