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 }}
|
||||
</h3>
|
||||
</li>
|
||||
<li>
|
||||
<li v-if="allContacts.length > 0">
|
||||
<router-link
|
||||
:to="{ name: 'contact-gift' }"
|
||||
class="cursor-pointer"
|
||||
|
||||
Reference in New Issue
Block a user