diff options
| author | jasper <jasper92341@hotmail.com> | 2019-04-03 09:04:46 -0700 |
|---|---|---|
| committer | jasper <jasper92341@hotmail.com> | 2019-04-03 09:04:46 -0700 |
| commit | ea27483f2728b5c2f1dd57228b8bf1ab9ae223ff (patch) | |
| tree | d0d8f695b68cba127ed2f55d9ffd071a1ed26b38 /src/components/notifications/notifications.js | |
| parent | ac28e8c2f981b6584f0103e10b0a5f5b025fcaae (diff) | |
Fix notification bugs
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index d3db4b29..d9ce7604 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -10,13 +10,6 @@ const Notifications = { props: [ 'noHeading' ], - created () { - const store = this.$store - const credentials = store.state.users.currentUser.credentials - - const fetcherId = notificationsFetcher.startFetching({ store, credentials }) - this.$store.commit('setNotificationFetcher', { fetcherId }) - }, data () { return { bottomedOut: false |
