fix: non riuscivi ad acquistare i RIS al gruppo
- lista linkREG
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
<q-item class="q-my-sm" clickable>
|
||||
<q-item-section
|
||||
avatar
|
||||
@click="
|
||||
actionType === costanti.ACTIONTYPE.SEND_RIS
|
||||
? naviga(`/my/` + contact.username + '?sr=0')
|
||||
: naviga(`/my/` + contact.username)
|
||||
"
|
||||
@click="clickToUser(contact.username)"
|
||||
>
|
||||
<q-avatar size="60px">
|
||||
<q-img
|
||||
@@ -20,11 +16,7 @@
|
||||
</q-item-section>
|
||||
|
||||
<q-item-section
|
||||
@click="
|
||||
actionType === costanti.ACTIONTYPE.SEND_RIS
|
||||
? naviga(`/my/` + contact.username + '?sr=0')
|
||||
: naviga(`/my/` + contact.username)
|
||||
"
|
||||
@click="clickToUser(contact.username)"
|
||||
>
|
||||
<q-item-label v-if="labelextra && labelextra !== contact.username"
|
||||
><strong>{{ labelextra }}</strong></q-item-label
|
||||
|
||||
Reference in New Issue
Block a user