We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2ab0d commit c42f1b2Copy full SHA for c42f1b2
src/identity/components/GlobalHeader/GlobalHeader.tsx
@@ -79,7 +79,7 @@ export const GlobalHeader: FC = () => {
79
80
const shouldLoadDropdowns = activeOrg?.id && activeAccount?.id
81
const shouldLoadAvatar =
82
- user.firstName && user.lastName && user.email && org.id
+ user?.firstName && user?.lastName && user?.email && org?.id
83
const shouldLoadGlobalHeader = shouldLoadDropdowns || shouldLoadAvatar
84
85
const caretStyle = {fontSize: '18px', color: InfluxColors.Grey65}
0 commit comments