chore: Hide assistant switcher on paywall screen (#12875)

This commit is contained in:
Sivin Varghese
2025-11-17 09:58:59 +05:30
committed by GitHub
parent 6ae5e67b52
commit 2c4e65d68e
3 changed files with 22 additions and 6 deletions

View File

@@ -139,5 +139,10 @@ const openCreateAssistantDialog = () => {
/>
</Button>
</div>
<div v-else class="flex flex-col items-center gap-2 px-4 py-3">
<p class="text-sm text-n-slate-11">
{{ t('CAPTAIN.ASSISTANT_SWITCHER.EMPTY_LIST') }}
</p>
</div>
</div>
</template>