From e0ec9830bcb0e379afd73536b92333e6b4081df1 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 15 Apr 2025 12:58:51 +0200 Subject: [PATCH] fix(front): removed unused to --- front/src/views/auth/ProfileOverview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/auth/ProfileOverview.vue b/front/src/views/auth/ProfileOverview.vue index 5452b97c2..c2dc10981 100644 --- a/front/src/views/auth/ProfileOverview.vue +++ b/front/src/views/auth/ProfileOverview.vue @@ -30,7 +30,7 @@ const emit = defineEmits() defineProps() const step = ref(1) -const { isOpen, to } = useModal('createChannel') +const { isOpen } = useModal('createChannel') const isLoading = ref(false) const submittable = ref(false) const category = ref('podcast')