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(() => { setTimeout(() => {
this.animationState = false this.animationState = false
}, 500) }, 500)
if(!this.button.dropdown) close() if (!this.button.dropdown) close()
} }
}, },
}, },

View file

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