diff --git a/components/PlayButton.tsx b/components/PlayButton.tsx index 03867a31..cb6caae0 100644 --- a/components/PlayButton.tsx +++ b/components/PlayButton.tsx @@ -66,7 +66,7 @@ export const PlayButton: React.FC = ({ const startColor = useSharedValue(colorAtom); const widthProgress = useSharedValue(0); const colorChangeProgress = useSharedValue(0); - const [settings] = useSettings(); + const { settings } = useSettings(); const lightHapticFeedback = useHaptic("light"); const goToPlayer = useCallback(