diff options
| author | dave <starpumadev@gmail.com> | 2019-03-14 11:57:24 -0400 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-03-14 11:57:24 -0400 |
| commit | 52326e65515317be4815aaef320965313f84d64b (patch) | |
| tree | a0fee6963ba8f63dc20d58d3730c2627dafc2996 /src/components/notifications/notifications.js | |
| parent | 06fda2751187233f338a42ec0a3501b2cac2cb62 (diff) | |
#436: remove clear & dismiss UI updates
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 68004d54..e1c53c58 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -55,9 +55,6 @@ const Notifications = { markAsSeen () { this.$store.dispatch('markNotificationsAsSeen') }, - clear () { - this.$store.dispatch('clearNotifications') - }, fetchOlderNotifications () { const store = this.$store const credentials = store.state.users.currentUser.credentials |
