Apply suggestion to src/components/notifications/notifications.js
This commit is contained in:
parent
3ebd4e4429
commit
9178908c1e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const Notifications = {
|
|||
created () {
|
||||
const store = this.$store
|
||||
const credentials = store.state.users.currentUser.credentials
|
||||
notificationsFetcher.fetchAndUpdate({ store: this.$store, credentials })
|
||||
notificationsFetcher.fetchAndUpdate({ store, credentials })
|
||||
},
|
||||
computed: {
|
||||
mainClass () {
|
||||
|
|
Loading…
Reference in a new issue