Skip to content

Commit

Permalink
lastTTT
Browse files Browse the repository at this point in the history
  • Loading branch information
barchakuz committed May 12, 2024
1 parent 910c07b commit 15113ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ui/infinite-moving-cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const InfiniteMovingCards = ({

useEffect(() => {
addAnimation();
}, []);
}, [addAnimation]);
const [start, setStart] = useState(false);
function addAnimation() {
if (containerRef.current && scrollerRef.current) {
Expand Down

0 comments on commit 15113ae

Please sign in to comment.