diff --git a/src/components/Navigation/UserInformation.tsx b/src/components/Navigation/UserInformation.tsx index 369540068..cfc1dda20 100644 --- a/src/components/Navigation/UserInformation.tsx +++ b/src/components/Navigation/UserInformation.tsx @@ -31,7 +31,7 @@ export const UserInformation: React.FC<{}> = () => { return (
- {profile.value == null ? ( + {!profile.value ? ( ) : !profile.value.preferredUsername || profile.value.preferredUsername === '' ? ( profile.value.name