carnet panel contact
This commit is contained in:
parent
4e0da5b39c
commit
643afb5567
@ -521,8 +521,8 @@ export default function CarnetPage() {
|
||||
version: '3.0',
|
||||
uid: contact.id,
|
||||
fn: contact.fullName,
|
||||
email: contact.email ? [{ value: contact.email }] : undefined,
|
||||
tel: contact.phone ? [{ value: contact.phone }] : undefined,
|
||||
email: contact.email ? [{ value: contact.email, type: 'INTERNET' }] : undefined,
|
||||
tel: contact.phone ? [{ value: contact.phone, type: 'CELL' }] : undefined,
|
||||
org: contact.organization ? [{ value: contact.organization }] : undefined,
|
||||
adr: contact.address ? [{ value: contact.address }] : undefined,
|
||||
note: contact.notes ? [{ value: contact.notes }] : undefined,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user