Skip to content
Snippets Groups Projects
Commit 9178908c authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

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

parent 3ebd4e44
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment