Skip to content

Commit 3e22ba6

Browse files
PROD-3245 #comment This commit updates the uni nav types and the associated properties #time 15m
1 parent 9b89ea5 commit 3e22ba6

File tree

2 files changed

+1636
-1438
lines changed

2 files changed

+1636
-1438
lines changed

src-ts/header/Header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ const Header: FC = () => {
8080
signIn() { window.location.href = authUrlLogin() },
8181
signOut() { window.location.href = authUrlLogout },
8282
signUp() { window.location.href = authUrlSignup() },
83-
toolName: activeToolName ?? '',
84-
toolRoot: activeToolRoute ?? '',
83+
toolName: activeToolName,
84+
toolRoot: activeToolRoute,
8585
type: 'tool',
8686
user: profile ? {
8787
handle: profile.handle,
8888
initials: `${profile.firstName.charAt(0)}${profile.lastName.charAt(0)}`,
89-
photoURL: profile.photoURL ?? '',
89+
photoUrl: profile.photoURL,
9090
userId: profile.userId,
9191
} : undefined,
9292
},

0 commit comments

Comments
 (0)