Apply suggestion to src/components/notifications/notifications.js

This commit is contained in:
Shpuld Shpludson 2020-07-05 06:54:12 +00:00
parent 3ebd4e4429
commit 9178908c1e

View file

@ -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 () {