Conto Comunitario all'interno di un Circuito
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
|
||||
<div class="row justify-evenly items-center q-pa-sm q-ma-sm">
|
||||
<div class="q-ma-sx">
|
||||
<q-btn
|
||||
@@ -42,7 +43,7 @@
|
||||
<q-btn
|
||||
v-if="
|
||||
userStore.getMyCircuitsInCommonByUser(myuser).length > 0 &&
|
||||
((contact.username !== userStore.my.username) || userStore.hoContiComunitariDaAmministrare())
|
||||
((myuser.username !== userStore.my.username) || userStore.hoContiComunitariDaAmministrare())
|
||||
"
|
||||
icon="fas fa-coins"
|
||||
color="green"
|
||||
|
||||
Reference in New Issue
Block a user