FILTRO CITTA Sopra ogni pagina !

This commit is contained in:
Surya Paolo
2022-12-01 16:55:22 +01:00
parent 9010c0ff37
commit bf1e9fc982
26 changed files with 900 additions and 74 deletions

View File

@@ -207,6 +207,11 @@ export default function () {
return notifStore.getnumNotifUnread
}
function getnumCoinsUnread() {
const notifStore = useNotifStore()
return notifStore.getnumCoinsUnread
}
function getUsernameChatByNotif(msg: INotif) {
if (msg) {
@@ -263,5 +268,6 @@ export default function () {
getTypeIdNotif,
getImgByNotif,
getNotifText,
getnumCoinsUnread,
}
}