+
{contact.fullName || '(no name)'}
+ {(contact.title || contact.org) && (
+
+
+ {[contact.title, contact.org].filter(Boolean).join(' · ')}
+
+ )}
+ {contact.emails.map((email) => (
+
+
+ {email}
+
+ ))}
+ {contact.phones.map((phone) => (
+
+
+ {phone}
+
+ ))}
+
+