diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue index 515ed4a66..f15550d89 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -37,7 +37,7 @@ export default { placement: { type: String }, }, created() { - setInterval(this.updateNotifications, REFRECH_MILISEC) + setInterval(this.updateNotifications, REFRESH_MILLISEC) }, destroyed() { clearInterval(this.updateNotifications)