diff --git a/client/src/App.jsx b/client/src/App.jsx index 4bc030f..d769986 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -43,7 +43,7 @@ function App() { // console.log(isLoggedIn); return ( -
+
} /> @@ -78,7 +78,7 @@ function App() { } /> } /> - {!loading && pathname !== '/' && pathname!=='/all-posts' && } + {!loading && pathname !== '/' && pathname !=='/all-posts' && }
); }