- Find Friends by Region or Province
This commit is contained in:
@@ -189,6 +189,7 @@ export default defineComponent({
|
||||
quanteHandShakeInCommon,
|
||||
usersList,
|
||||
handshake_inCommon,
|
||||
globalStore,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -657,6 +657,13 @@
|
||||
"
|
||||
label="Cellulare"
|
||||
/>
|
||||
<CLabel
|
||||
v-if="!!userStore.userprofile.profile.resid_province"
|
||||
v-bind="$attrs"
|
||||
:copy="true"
|
||||
:value="globalStore.getProvinceByProv(userStore.userprofile.profile.resid_province)"
|
||||
label="Provincia"
|
||||
/>
|
||||
|
||||
<!--
|
||||
<CMyFieldRec
|
||||
|
||||
Reference in New Issue
Block a user