lint
This commit is contained in:
parent
65c6cb1d0e
commit
d175e6d4e6
2 changed files with 5 additions and 4 deletions
|
|
@ -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()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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) =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue