diff --git a/apps/stage-web/src/components/Layouts/InteractiveArea.vue b/apps/stage-web/src/components/Layouts/InteractiveArea.vue index bcc7ad76b..652120d7c 100644 --- a/apps/stage-web/src/components/Layouts/InteractiveArea.vue +++ b/apps/stage-web/src/components/Layouts/InteractiveArea.vue @@ -15,7 +15,6 @@ import ChatHistory from '../Widgets/ChatHistory.vue' const messageInput = ref('') const listening = ref(false) -const tab = ref<'chat' | 'custom' | 'clothes'>('chat') const showMicrophoneSelect = ref(false) const isComposing = ref(false) @@ -134,28 +133,6 @@ onAfterMessageComposed(async () => {