From 7e093aee5efaaff4d04c9bde680da712d2e4e9f7 Mon Sep 17 00:00:00 2001 From: tamaina Date: Wed, 3 Jun 2020 13:42:26 +0900 Subject: [PATCH] Update src/client/components/notification.vue Co-authored-by: syuilo --- src/client/components/notification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index 6c423fdec..a68a988d1 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -97,7 +97,7 @@ export default Vue.extend({ }, mounted() { - if (!this.notification.isRead ) { + if (!this.notification.isRead) { this.readObserver = new IntersectionObserver((entries, observer) => { if (!entries.some(entry => entry.isIntersecting)) return; this.$root.stream.send('readNotification', {