From d721d8f223202e7a3ee348af659387f3f2c2c01b Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 2 Apr 2025 14:17:07 +0200 Subject: [PATCH] fix(front): subscribe modal on channel page --- front/src/views/channels/DetailBase.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/front/src/views/channels/DetailBase.vue b/front/src/views/channels/DetailBase.vue index 70761f2c2..8c93c768b 100644 --- a/front/src/views/channels/DetailBase.vue +++ b/front/src/views/channels/DetailBase.vue @@ -439,24 +439,13 @@ const tabs = ref([ @click.stop.prevent="showSubscribeModal = true" />
-