forked from trent_larson/crowd-funder-for-time-pwa
fix one linting error
This commit is contained in:
@@ -13,10 +13,7 @@
|
||||
|
||||
<!-- Results List -->
|
||||
<ul v-if="contactsImporting.length > 0" class="border-t border-slate-300">
|
||||
<li
|
||||
v-for="(contact, index) in contactsImporting"
|
||||
:key="contact.did"
|
||||
>
|
||||
<li v-for="(contact, index) in contactsImporting" :key="contact.did">
|
||||
<div
|
||||
v-if="
|
||||
!contactsExisting[contact.did] ||
|
||||
|
||||
Reference in New Issue
Block a user