This commit is contained in:
paoloar77
2022-02-03 00:33:05 +01:00
parent d7480fd489
commit 124cb5cc64
96 changed files with 1944 additions and 2611 deletions

View File

@@ -114,6 +114,11 @@ export default defineComponent({
return (arr) ? arr.length : 0
})
const numAskSentGroups = computed(() => {
const arr = userStore.my.profile.asked_groups
return (arr) ? arr.length : 0
})
const numAskTrust = computed(() => {
if (!listTrusted.value)
return 0