lint
This commit is contained in:
parent
65c6cb1d0e
commit
d175e6d4e6
2 changed files with 5 additions and 4 deletions
|
|
@ -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