aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-08-16 13:57:16 +0300
committerHenry Jameson <me@hjkos.com>2018-08-16 13:57:16 +0300
commitdecc209fdcd7b62ec46b559b3d5bfc0f1c343b25 (patch)
tree9ea80ce7f76d0f2f45155c18af850e46f28481f9 /src/components/notifications/notifications.js
parent693eb4b717e8e1e0ecd4c7c5e4e0fa9cbdd8541a (diff)
fix lint
Diffstat (limited to 'src/components/notifications/notifications.js')
-rw-r--r--src/components/notifications/notifications.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js
index f07d550e..55a9b0ab 100644
--- a/src/components/notifications/notifications.js
+++ b/src/components/notifications/notifications.js
@@ -1,7 +1,7 @@
import Notification from '../notification/notification.vue'
import notificationsFetcher from '../../services/notifications_fetcher/notifications_fetcher.service.js'
-import { sortBy, take, filter } from 'lodash'
+import { sortBy, filter } from 'lodash'
const Notifications = {
created () {