diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 1208c251..47592857 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -1160,7 +1160,7 @@ export const shared_consts = { ANNUNCI_FIELDS: { idMyGroup: 1, - // **ADDFIELD_MYGROUPS + // **ADDFIELD_ANNUNCI }, OrderStatusStr: [ diff --git a/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts b/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts index 2ecd9bc1..fca6ec65 100755 --- a/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts +++ b/src/components/CCheckCircuitsEnabled/CCheckCircuitsEnabled.ts @@ -41,9 +41,11 @@ export default defineComponent({ function load() { non_hai_circuito_nazionale.value = !circuitStore.sonoDentroAlCircuitoNazionale() - destin_non_ha_circuito_naz.value = !circuitStore.EDentroAlCircuitoNazionale(props.to_user) - if (userStore.getMyCircuitsInCommonByUser(props.to_user).length > 0) { - destin_non_ha_circuito_naz.value = false + if (props.to_user) { + destin_non_ha_circuito_naz.value = !circuitStore.EDentroAlCircuitoNazionale(props.to_user) + if (userStore.getMyCircuitsInCommonByUser(props.to_user).length > 0) { + destin_non_ha_circuito_naz.value = false + } } } diff --git a/src/components/CContactUser/CContactUser.vue b/src/components/CContactUser/CContactUser.vue index edc3f532..9002fe41 100755 --- a/src/components/CContactUser/CContactUser.vue +++ b/src/components/CContactUser/CContactUser.vue @@ -12,7 +12,7 @@ userStore.hoContiCollettiviDaAmministrare() || userStore.hoContiComunitariDaAmministrare()) " - icon="fas fa-coins" + icon-right="img: images/1ris_rosso_100.png" color="green" size="md" rounded diff --git a/src/components/CCurrencyValue/CCurrencyValue.vue b/src/components/CCurrencyValue/CCurrencyValue.vue index bd493891..95a1e1b6 100755 --- a/src/components/CCurrencyValue/CCurrencyValue.vue +++ b/src/components/CCurrencyValue/CCurrencyValue.vue @@ -1,14 +1,11 @@