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 e38dce7 commit 8179aaaCopy full SHA for 8179aaa
src/apps/profiles/src/lib/helpers.ts
@@ -17,7 +17,7 @@ export function numberToFixed(value: number | string, digits: number = 2): strin
17
export function notifyUniNavi(profile: UserProfile): void {
18
if (window?.tcUniNav) {
19
window.tcUniNav('update', '*', {
20
- user: profile,
+ user: { ...profile, photoUrl: profile.photoURL },
21
})
22
}
23
0 commit comments