Friends Notification

Starting Group Create Notification...
This commit is contained in:
Paolo Arena
2022-07-28 21:46:58 +02:00
parent 7f23fe6d05
commit 68106e69fc
12 changed files with 45 additions and 22 deletions

View File

@@ -108,8 +108,8 @@ export default defineComponent({
return isSocio.value ? 'green-7' : 'white'
}
function isTutor() {
return userStore.isTutor
function isFacilitatore() {
return userStore.isFacilitatore
}
function isZoomeri() {
@@ -443,7 +443,7 @@ export default defineComponent({
getClassColorHeader,
getcart,
getnumItemsCart,
isTutor,
isFacilitatore,
isZoomeri,
isTratuttrici,
getUsernameChatByMsg,