Apply suggestion to src/components/notifications/notifications.js
This commit is contained in:
parent
3ebd4e4429
commit
9178908c1e
@ -30,7 +30,7 @@ const Notifications = {
|
|||||||
created () {
|
created () {
|
||||||
const store = this.$store
|
const store = this.$store
|
||||||
const credentials = store.state.users.currentUser.credentials
|
const credentials = store.state.users.currentUser.credentials
|
||||||
notificationsFetcher.fetchAndUpdate({ store: this.$store, credentials })
|
notificationsFetcher.fetchAndUpdate({ store, credentials })
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
mainClass () {
|
mainClass () {
|
||||||
|
Loading…
Reference in New Issue
Block a user