Fix: Conditional show-all link

- Only show "Show All" when user has contacts
This commit is contained in:
Jose Olarte III
2025-06-12 14:34:00 +08:00
parent b049ab0c28
commit 8eb9ea6ce5

View File

@@ -47,7 +47,7 @@
{{ contact.name || contact.did }}
</h3>
</li>
<li>
<li v-if="allContacts.length > 0">
<router-link
:to="{ name: 'contact-gift' }"
class="cursor-pointer"