chore: fix linter issues
This commit is contained in:
@@ -78,7 +78,7 @@ const ActionButton = styled.Pressable`
|
||||
`;
|
||||
|
||||
function SelectActionButton() {
|
||||
const state = usePlaybackState();
|
||||
const { state } = usePlaybackState();
|
||||
const defaultStyles = useDefaultStyles();
|
||||
|
||||
switch(state) {
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user