From 1dfb2f0ed4f1e5c0e0eba3376214352e0fecbbfa Mon Sep 17 00:00:00 2001 From: tamaina Date: Mon, 22 Nov 2021 16:04:09 +0900 Subject: [PATCH] remove a blank line --- packages/client/src/components/notification.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue index 36382e3974..1f70d441ef 100644 --- a/packages/client/src/components/notification.vue +++ b/packages/client/src/components/notification.vue @@ -130,7 +130,6 @@ export default defineComponent({ if (connection) connection.dispose(); }); } - }); const followRequestDone = ref(false);