Fix conditional rendering in Chat.svelte
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
{#if MessageGenerationInfo}
|
||||
{#if MessageGenerationInfo && $DataBase.requestInfoInsideChat}
|
||||
<div>
|
||||
<button class="text-sm p-1 text-textcolor2 border-darkborderc float-end mr-2 my-2
|
||||
hover:ring-borderc hover:ring rounded-md hover:text-textcolor transition-all flex justify-center items-center"
|
||||
|
||||
Reference in New Issue
Block a user