From 48347f65d040d04aa54011a694081124d71ef089 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 03:28:21 +0530 Subject: [PATCH] feat: !show navbar when recording --- src/pages/PageWrappper.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/PageWrappper.tsx b/src/pages/PageWrappper.tsx index c9731645..09b0106f 100644 --- a/src/pages/PageWrappper.tsx +++ b/src/pages/PageWrappper.tsx @@ -57,7 +57,11 @@ export const PageWrapper = () => { - + { + !!browserId ? ( + "" + ) : + } }> } />