Skip to content

Commit

Permalink
fix: UI typo (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 13, 2024
1 parent a4007a8 commit c63fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ui/thread.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const ThreadScrollToBottom = forwardRef<
return (
<ThreadPrimitive.ScrollToBottom asChild>
<ThreadScrollToBottomIconButton tooltip={tooltip} {...props} ref={ref}>
|{props.children ?? <ArrowDownIcon />}
{props.children ?? <ArrowDownIcon />}
</ThreadScrollToBottomIconButton>
</ThreadPrimitive.ScrollToBottom>
);
Expand Down

0 comments on commit c63fd8c

Please sign in to comment.