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