diff --git a/src/components/CContactUser/CContactUser.vue b/src/components/CContactUser/CContactUser.vue index 67ea5f05..0c304122 100755 --- a/src/components/CContactUser/CContactUser.vue +++ b/src/components/CContactUser/CContactUser.vue @@ -3,6 +3,7 @@
-
+
-
+
Gruppi:
-
+

@@ -1095,7 +1095,11 @@ :symbol="circuit.symbol" :color="circuit.color" :saldo="circuit.account.saldo_pend" - :valueextra="circuit.account.saldo != circuit.account.saldo_pend ? `* ` : ''" + :valueextra=" + circuit.account.saldo != circuit.account.saldo_pend + ? `* ` + : '' + " :qtarem=" circuit.account ? circuitStore.getRemainingCoinsToSend( @@ -1192,6 +1196,9 @@

+
+ +