- Only show "Show All" when user has contacts
@ -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"