This commit is contained in:
vadimwit
2026-03-05 22:54:35 +00:00
parent 1697a14716
commit 4ed382393e
4 changed files with 6875 additions and 102 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ export default function App() {
return [...prev.slice(-30), winner]
})
}
}, [isStrictMode])
}, [])
const currentChord = chordHistory[chordHistory.length - 1]