Skip to content

Commit 9cb7a99

Browse files
authored
Merge pull request #11 from JS-GitRepo/feature/LandingPageAnimations
removed unnecessary useState leftover from old hueRotation spring
2 parents 4add1eb + 7b84ee1 commit 9cb7a99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/contexts/StyleContextProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const StyleContextProvider = ({ children }: Props) => {
1111
// GENERAL
1212
const [isMobile, setIsMobile] = useState<boolean>(true);
1313
// ANIMATIONS / REACT SPRING
14-
const [hueFlip, setHueFlip] = useState<boolean>(false);
1514
const [bgAnimOff, setBgAnimOff] = useState<boolean>(false);
1615
const [hueDuration, setHueDuration] = useState<number>(4500);
1716
const hueRotation = useSpring({

0 commit comments

Comments
 (0)