Skip to content

Commit dc8977a

Browse files
committed
fix(stage-web): condition to render the streaming message
1 parent b169cd9 commit dc8977a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/stage-web/src/components/Widgets/ChatHistory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ onTokenLiteral(async () => {
104104
</div>
105105
</div>
106106
</div>
107-
<div v-if="sending" flex mr="12">
107+
<div v-if="streamingMessage.content" flex mr="12">
108108
<div
109109
flex="~ col" border="2 solid primary-200/50 dark:primary-500/50" shadow="md primary-200/50 dark:none" min-w-20
110110
rounded-lg px-2 py-1 h="unset <sm:fit" bg="<md:primary-500/25"

0 commit comments

Comments
 (0)