diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index 5237422b..df0c1e10 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -79,7 +79,7 @@ export default function NavBar({ appName}: { appName: string }) { : <>} -
{user?.first_name}
+
{userProfile.name||user?.first_name}