diff --git a/ProtectedRouter.tsx b/ProtectedRouter.tsx index 75bc66b5..73abc55c 100644 --- a/ProtectedRouter.tsx +++ b/ProtectedRouter.tsx @@ -49,7 +49,7 @@ const ProtectedRouter = () => { return ( - {!isLoggedIn ? ( + {isLoggedIn ? ( <>