forked from trent_larson/crowd-funder-for-time-pwa
Fix: Conditional show-all link
- Only show "Show All" when user has contacts
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
{{ contact.name || contact.did }}
|
{{ contact.name || contact.did }}
|
||||||
</h3>
|
</h3>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li v-if="allContacts.length > 0">
|
||||||
<router-link
|
<router-link
|
||||||
:to="{ name: 'contact-gift' }"
|
:to="{ name: 'contact-gift' }"
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
|
|||||||
Reference in New Issue
Block a user