remove actions from contact-import if all are the same as existing ones

This commit is contained in:
2024-12-24 13:48:55 -07:00
parent e286a8f002
commit a8118c1f5e

View File

@@ -16,7 +16,7 @@
Contact Import
</h1>
<span v-if="contactsImporting.length > 0" class="flex justify-center">
<span v-if="contactsImporting.length > sameCount" class="flex justify-center">
<input type="checkbox" v-model="makeVisible" class="mr-2" />
Make my activity visible to these contacts.
</span>
@@ -31,7 +31,7 @@
</div>
<!-- Results List -->
<ul v-if="contactsImporting.length > 0" class="border-t border-slate-300">
<ul v-if="contactsImporting.length > sameCount" class="border-t border-slate-300">
<li v-for="(contact, index) in contactsImporting" :key="contact.did">
<div
v-if="