refac: styling

This commit is contained in:
Timothy J. Baek
2024-08-18 18:20:36 +02:00
parent c9505531fd
commit fc8524bbfd
2 changed files with 4 additions and 4 deletions

View File

@@ -323,7 +323,7 @@
{showNextMessage}
copyToClipboard={copyToClipboardWithToast}
/>
{:else if $mobile || (history.messages[message.parentId]?.models?.length ?? 1) === 1}
{:else if (history.messages[message.parentId]?.models?.length ?? 1) === 1}
{#key message.id && history.currentId}
<ResponseMessage
{message}