diff --git a/ProtectedRouter.tsx b/ProtectedRouter.tsx index 5c5a92ce..c10f0a41 100644 --- a/ProtectedRouter.tsx +++ b/ProtectedRouter.tsx @@ -48,7 +48,7 @@ const ProtectedRouter = () => { return ( - {isLoggedIn ? ( + {!isLoggedIn ? ( <>