Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Oct 24, 2024
1 parent ff5be45 commit 9bcbb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/chatbot/shared/Message.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
{#if message.metadata.title}
<MessageBox
title={message.metadata.title}
expanded={is_last_bot_message(messages, value)}
expanded={is_last_bot_message([message], value)}
>
<Markdown
message={message.content}
Expand Down

0 comments on commit 9bcbb37

Please sign in to comment.