We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b169cd9 commit dc8977aCopy full SHA for dc8977a
apps/stage-web/src/components/Widgets/ChatHistory.vue
@@ -104,7 +104,7 @@ onTokenLiteral(async () => {
104
</div>
105
106
107
- <div v-if="sending" flex mr="12">
+ <div v-if="streamingMessage.content" flex mr="12">
108
<div
109
flex="~ col" border="2 solid primary-200/50 dark:primary-500/50" shadow="md primary-200/50 dark:none" min-w-20
110
rounded-lg px-2 py-1 h="unset <sm:fit" bg="<md:primary-500/25"
0 commit comments