From 2480fcdc5384ed8f4de04ac37262a04cef88b0b5 Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Wed, 3 Jun 2020 13:42:32 +0900
Subject: [PATCH] Update src/client/components/notification.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---
 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 a68a988d19..9e4806f05f 100644
--- a/src/client/components/notification.vue
+++ b/src/client/components/notification.vue
@@ -104,7 +104,7 @@ export default Vue.extend({
 					id: this.notification.id
 				});
 				entries.map(({ target }) => observer.unobserve(target));
-			})
+			});
 
 			this.readObserver.observe(this.$el);