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