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(() => {
|
||||
this.animationState = false
|
||||
}, 500)
|
||||
if(!this.button.dropdown) close()
|
||||
if (!this.button.dropdown) close()
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue