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