Skip to content

Commit

Permalink
fix message attachments rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Oct 18, 2024
1 parent 3b1e526 commit cc508f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-remix/app/components/chat/ChatMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ function Code({
});
}

if (className?.includes('lang-buildel_message_attachments')) {
if (className?.includes('language-buildel_message_attachments')) {
try {
const attachments = MessageAttachments.parse(
JSON.parse((children || '').toString()),
Expand Down

0 comments on commit cc508f6

Please sign in to comment.