From c316d49957f4f4a00023d96df76af18177c4fa98 Mon Sep 17 00:00:00 2001 From: IanPhilips Date: Fri, 16 Sep 2022 15:30:09 +0000 Subject: [PATCH] Auto-prettification --- web/hooks/use-is-mobile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/hooks/use-is-mobile.ts b/web/hooks/use-is-mobile.ts index 3bf2457a..5754a589 100644 --- a/web/hooks/use-is-mobile.ts +++ b/web/hooks/use-is-mobile.ts @@ -3,4 +3,4 @@ import { useWindowSize } from 'web/hooks/use-window-size' export function useIsMobile() { const { width } = useWindowSize() return (width ?? 0) < 600 -} \ No newline at end of file +}