mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-22 06:50:15 -06:00
Merge pull request #484 from joe-shajan/fix_user_email
too easy for you ;) Thanks!! 🙌 🙌 🙌
This commit is contained in:
@@ -41,8 +41,7 @@ export interface OpenTextSummaryProps {
|
||||
}
|
||||
|
||||
function findEmail(person) {
|
||||
const emailAttribute = person.attributes.email;
|
||||
return emailAttribute ? emailAttribute.value : null;
|
||||
return person.attributes?.email || null;
|
||||
}
|
||||
|
||||
interface TooltipRendererProps {
|
||||
|
||||
Reference in New Issue
Block a user