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

fix/aggregate-notification-settings
Shpuld Shpludson 4 years ago
parent 3ebd4e4429
commit 9178908c1e

@ -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…
Cancel
Save