Skip to content

Commit

Permalink
Fix: build 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Sep 11, 2024
1 parent 317b7be commit 882d271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/intro/_components/MotionWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function MotionWrapper({ children, delay, variantsType = 'vertical' }: MotionWra

const ref = useIntersectionObserver(() => {
controls.start('visible');
}, 0.4);
}, [0.4]);

return (
<motion.div
Expand Down

0 comments on commit 882d271

Please sign in to comment.