From 7e093aee5efaaff4d04c9bde680da712d2e4e9f7 Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Wed, 3 Jun 2020 13:42:26 +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 6c423fdecd..a68a988d19 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', {
-- 
GitLab