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);