diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-07-05 06:54:12 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-07-05 06:54:12 +0000 |
| commit | 9178908c1ea8d0ad99b4a631abb9594edc3765bf (patch) | |
| tree | 824dccee2fbf9be73c31ec1cce0c4c5b6e547258 /src/components/notifications/notifications.js | |
| parent | 3ebd4e4429a9680046daeac2ed8753471365be9e (diff) | |
Apply suggestion to src/components/notifications/notifications.js
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |
