feat: 💄 Add user avatar in support bubble
This commit is contained in:
@ -18,6 +18,7 @@ export const SupportBubble = () => {
|
|||||||
Name: user?.name ?? undefined,
|
Name: user?.name ?? undefined,
|
||||||
Email: user?.email ?? undefined,
|
Email: user?.email ?? undefined,
|
||||||
'Typebot ID': typebot?.id,
|
'Typebot ID': typebot?.id,
|
||||||
|
'Avatar URL': user?.image ?? undefined,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
Reference in New Issue
Block a user