Skip to content

Commit

Permalink
Update useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 8, 2024
1 parent a7928ac commit 4c58904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function MobileNavTabs() {
} else {
openDefault();
}
}, [scrollY]);
}, [scrollY, hide, openDefault]);

const bind = useDrag(
({
Expand Down

0 comments on commit 4c58904

Please sign in to comment.