From 8adfaeb94c17864868b700fa4cecd567343e1bad Mon Sep 17 00:00:00 2001 From: Nastya Rusina Date: Thu, 31 Mar 2022 08:10:26 -0700 Subject: [PATCH] chore: pr feedback Signed-off-by: Nastya Rusina --- src/components/Navigation/UserInformation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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