diff --git a/public/pages/contacts.js b/public/pages/contacts.js index a788954..fee65f3 100644 --- a/public/pages/contacts.js +++ b/public/pages/contacts.js @@ -240,9 +240,11 @@ function renderContactItem(c) { class="contact-action-btn" aria-label="${t('contacts.exportLabel')}" title="${t('contacts.exportTooltip')}"> - + ${!c.family_user_id ? ` + + ` : ''} `; @@ -288,7 +290,7 @@ function openContactModal({ mode, contact = null }) {