chore: fix linter issues

This commit is contained in:
Lei Nelissen
2024-02-08 22:30:08 +01:00
parent fb4af1b7c6
commit 789a348b2f
4 changed files with 11 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ export function NextButton({ fill }: { fill: string }) {
}
export function MainButton({ fill }: { fill: string }) {
const state = usePlaybackState();
const { state } = usePlaybackState();
switch (state) {
case State.Playing: