Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 12, 2024
1 parent a9a09a8 commit ada6fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParsedBotMessageBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function ParsedBotMessageBody(props: Props) {
const { text, tokens, sources } = props;

return (
<Container className="sendbird-word">
<Container>
<Suspense fallback={<div className={textContainerStyle}>{text}</div>}>
<TokensBody className={textContainerStyle} tokens={tokens} sources={sources} />
</Suspense>
Expand Down

0 comments on commit ada6fdf

Please sign in to comment.