From c3a39157ffdb217dc9e7fa16ff600386a1f95307 Mon Sep 17 00:00:00 2001 From: enes Date: Tue, 20 Aug 2024 15:47:51 +0200 Subject: [PATCH] fix(verify-page): remove mark border in production, enable dev flag for css classes Hotfix --- src/layouts/Main.tsx | 11 ++++++++++- src/pages/verify/style.module.scss | 7 ++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/layouts/Main.tsx b/src/layouts/Main.tsx index 7b34720..ac233cc 100644 --- a/src/layouts/Main.tsx +++ b/src/layouts/Main.tsx @@ -145,10 +145,19 @@ export const MainLayout = () => { if (isLoading) return + const isDev = import.meta.env.MODE === 'development' + return ( <> -
+