From 49d5c3d40048eeec7ebba2c34ebce892b6f854f6 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Sat, 31 Aug 2024 22:30:02 +1000 Subject: [PATCH] fix mobile check --- client/src/components/modals/CheckMobile/CheckMobile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/modals/CheckMobile/CheckMobile.tsx b/client/src/components/modals/CheckMobile/CheckMobile.tsx index f2dc7a0..cde1aa1 100644 --- a/client/src/components/modals/CheckMobile/CheckMobile.tsx +++ b/client/src/components/modals/CheckMobile/CheckMobile.tsx @@ -39,7 +39,7 @@ export default function CombinedIntroAndMobile() { localStorage.setItem('hasClosedIntro', 'true'); }; - if (!showIntro && !inMobileBrowser) return null; + if (!showIntro) return null; return (