This commit is contained in:
Henry Jameson 2026-08-11 13:51:50 +03:00
commit d175e6d4e6
2 changed files with 5 additions and 4 deletions

View file

@ -168,7 +168,7 @@ export default {
setTimeout(() => {
this.animationState = false
}, 500)
if(!this.button.dropdown) close()
if (!this.button.dropdown) close()
}
},
},

View file

@ -85,9 +85,10 @@ export const notifications = {
return true
})
commit('addNewUsers', validNotifications.map(
(notification) => notification.from_profile,
))
commit(
'addNewUsers',
validNotifications.map((notification) => notification.from_profile),
)
const statusNotifications = validNotifications.filter(
(notification) =>