Skip to content

Commit

Permalink
fix: code error
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer committed Dec 23, 2024
1 parent 57a4373 commit f0292a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bubble/Bubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Bubble: React.ForwardRefRenderFunction<BubbleRef, BubbleProps> = (props, r
contentNode = (
<>
{mergedContent as React.ReactNode}
{isTyping && typingSuffix}
{isTyping && customSuffix}
</>
);
}
Expand Down

0 comments on commit f0292a8

Please sign in to comment.