diff --git a/src/components/core/navbar/index.tsx b/src/components/core/navbar/index.tsx index 59802e1..5b66711 100644 --- a/src/components/core/navbar/index.tsx +++ b/src/components/core/navbar/index.tsx @@ -252,7 +252,7 @@ const Navbar = ({ starCount }: { starCount?: number }) => { Login - {userAuth && userAuth.data?.$id && ( + {userAuth?.data?.$id && ( <>