FILTRO CITTA Sopra ogni pagina !
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user