From f99d131b6c5b5efe5234af93d320a1b4115dd8ca Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Thu, 29 Feb 2024 12:14:17 +0500 Subject: [PATCH] chore: quick fix --- src/App.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6581758..74e584b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -29,12 +29,7 @@ const App = () => { return ( }> - {authState?.loggedIn && ( - } - /> - )} + {authState?.loggedIn && } />} {authState?.loggedIn && privateRoutes.map((route, index) => (