Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue

Co-Authored-By: mattwr18 <mattwr18@gmail.com>
This commit is contained in:
Wolfgang Huß 2019-09-21 07:51:20 +02:00
parent ca8bb9e434
commit 433a555fd4

View File

@ -18,7 +18,7 @@
<script>
import Dropdown from '~/components/Dropdown'
import { REFRECH_MILISEC } from '~/constants/notifications'
import { REFRESH_MILLISEC } from '~/constants/notifications'
import { notificationQuery, markAsReadMutation } from '~/graphql/User'
import NotificationList from '../NotificationList/NotificationList'