Skip to content

Commit ae661c9

Browse files
tnyleagithub-actions[bot]
authored andcommitted
fix code style
1 parent 545a1e7 commit ae661c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/js/hooks/use-mobile-navigation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export function useMobileNavigation() {
44
const cleanup = useCallback(() => {
55
// Remove pointer-events style from body...
66
document.body.style.removeProperty('pointer-events');
7-
87
}, []);
98

109
return cleanup;

0 commit comments

Comments
 (0)