From c06f2325896aff6e5e2f59c66f8f5b1067b30433 Mon Sep 17 00:00:00 2001 From: rohittcodes Date: Fri, 11 Oct 2024 09:14:09 +0530 Subject: [PATCH] fix: height for md-devices --- frontend/src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 1455f4953..ba0a4bd7c 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -19,7 +19,7 @@ function MainLayout() {
+ const [, , componentMounted] = useDarkTheme(); + if (!componentMounted) { + return
; } return (