Skip to content

Commit b437a62

Browse files
committed
vinvoor: fix login screen
1 parent e9ab551 commit b437a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinvoor/src/navbar/NavBarUserMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const NavBarUserMenu: FC<NavBarUserMenuProps> = ({
4545

4646
return (
4747
<>
48-
{user
48+
{user?.name
4949
? (
5050
<>
5151
<Button

0 commit comments

Comments
 (0)