Fix conditional statements in Chat.svelte, DefaultChatScreen.svelte, SideChatList.svelte, and Sidebar.svelte

This commit is contained in:
kwaroran
2024-04-25 14:31:32 +09:00
parent 6ae39619b7
commit 8d91267c69
4 changed files with 6 additions and 6 deletions

View File

@@ -105,7 +105,7 @@
</button>
</div>
{#if $CurrentCharacter.chaId !== '§playground'}
{#if $CurrentCharacter?.chaId !== '§playground'}
<div class="flex mt-2 items-center">
<CheckInput bind:check={$DataBase.jailbreakToggle} name={language.jailbreakToggle}/>
</div>