diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index 5570c6c2..055d9099 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -86,12 +86,14 @@ export default function NavBar({ appName, userType}: { appName: string, userType {isAuthenticated ?
- { userProfile?.image?
+ + { userProfile?.image &&
-
: <>} +
}
{userProfile.name||user?.first_name}
+