2
0

feat: 💄 Add user avatar in support bubble

This commit is contained in:
Baptiste Arnaud
2022-02-25 19:18:01 +01:00
parent 9e08ff574b
commit b0d7be4471

View File

@ -18,6 +18,7 @@ export const SupportBubble = () => {
Name: user?.name ?? undefined,
Email: user?.email ?? undefined,
'Typebot ID': typebot?.id,
'Avatar URL': user?.image ?? undefined,
},
})
// eslint-disable-next-line react-hooks/exhaustive-deps