fix one linting error

This commit is contained in:
2024-07-26 19:34:22 -06:00
parent 4472c3fbdd
commit e8e5c70843

View File

@@ -13,10 +13,7 @@
<!-- Results List --> <!-- Results List -->
<ul v-if="contactsImporting.length > 0" class="border-t border-slate-300"> <ul v-if="contactsImporting.length > 0" class="border-t border-slate-300">
<li <li v-for="(contact, index) in contactsImporting" :key="contact.did">
v-for="(contact, index) in contactsImporting"
:key="contact.did"
>
<div <div
v-if=" v-if="
!contactsExisting[contact.did] || !contactsExisting[contact.did] ||