bugfix
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ export default function App() {
|
||||
return [...prev.slice(-30), winner]
|
||||
})
|
||||
}
|
||||
}, [isStrictMode])
|
||||
}, [])
|
||||
|
||||
const currentChord = chordHistory[chordHistory.length - 1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user