Browse Source

Fix: Conditional show-all link

- Only show "Show All" when user has contacts
gifting-ui-2025-05
Jose Olarte III 2 days ago
parent
commit
7eefee1ea5
  1. 2
      src/components/GiftedDialog.vue

2
src/components/GiftedDialog.vue

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

Loading…
Cancel
Save