diff --git a/resources/js/Shared/Form/ContactSelector.vue b/resources/js/Shared/Form/ContactSelector.vue index 32c020074ca..77f3a6c20a2 100644 --- a/resources/js/Shared/Form/ContactSelector.vue +++ b/resources/js/Shared/Form/ContactSelector.vue @@ -80,9 +80,8 @@ v-for="contact in mostConsultedContacts" :key="contact.id" class="item-list flex items-center justify-between border-b border-gray-200 px-3 py-2 hover:bg-slate-50 dark:border-gray-700 dark:bg-slate-900 hover:dark:bg-slate-800"> - - {{ contact.name }} - + {{ contact.name }} +