carnet panel contact

This commit is contained in:
alma 2025-04-20 22:29:46 +02:00
parent 4e0da5b39c
commit 643afb5567

View File

@ -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,