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

@@ -78,7 +78,7 @@ const ActionButton = styled.Pressable`
`;
function SelectActionButton() {
const state = usePlaybackState();
const { state } = usePlaybackState();
const defaultStyles = useDefaultStyles();
switch(state) {