From 7b84ee19a4131abbb69de578d1f9f4927bcc9a33 Mon Sep 17 00:00:00 2001 From: Jake Snyder Date: Mon, 26 Sep 2022 19:22:24 -0400 Subject: [PATCH] removed unnecessary useState leftover from old hueRotation spring --- src/contexts/StyleContextProvider.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/contexts/StyleContextProvider.tsx b/src/contexts/StyleContextProvider.tsx index 01fa85a..5aff13b 100644 --- a/src/contexts/StyleContextProvider.tsx +++ b/src/contexts/StyleContextProvider.tsx @@ -11,7 +11,6 @@ const StyleContextProvider = ({ children }: Props) => { // GENERAL const [isMobile, setIsMobile] = useState(true); // ANIMATIONS / REACT SPRING - const [hueFlip, setHueFlip] = useState(false); const [bgAnimOff, setBgAnimOff] = useState(false); const [hueDuration, setHueDuration] = useState(4500); const hueRotation = useSpring({