diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 30187072..d8a327b0 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -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 () {