fix(overlay): fix score stats label
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee 2023-11-05 21:13:38 +00:00
parent c9a6703d94
commit e9de4fa258

@ -109,7 +109,7 @@ export default function Analytics() {
/>
<SwitchInput
id="show-score-stats"
label="Show Song Info"
label="Show Song Stats"
defaultChecked={settingsStore.settings.showScoreStats}
onChange={(value) => {
settingsStore.setShowScoreStats(value);