Skip to content

Commit d88786c

Browse files
committed
chore: add missing dependency
1 parent 3647207 commit d88786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/ui/typewriter-effect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const TypewriterEffect = ({
4040
}
4141
);
4242
}
43-
}, [isInView]);
43+
}, [isInView, animate]);
4444

4545
const renderWords = () => {
4646
return (

0 commit comments

Comments
 (0)