forked from jsnbuchanan/crowd-funder-for-time-pwa
fix one linting error
This commit is contained in:
@@ -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] ||
|
||||||
|
|||||||
Reference in New Issue
Block a user