Skip to content

Commit 69aab80

Browse files
committed
fix message replies avatars link
1 parent c5039e4 commit 69aab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/ui-components/message_replies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import OnOpenThread from '../common-content/contexts/message-context/on_open_thr
1010
import OnPress from '../common-content/contexts/message-context/on_press.mdx';
1111
import ThreadList from '../common-content/contexts/message-context/thread_list.mdx';
1212

13-
`MessageReplies` is a UI component to render thread reply count and avatars of users who replied to the message in thread. Avatars are rendered using [`MessageRepliesAvatar`](./message_replies_avatar.mdx) component.
13+
`MessageReplies` is a UI component to render thread reply count and avatars of users who replied to the message in thread. Avatars are rendered using [`MessageRepliesAvatar`](./message_replies_avatars.mdx) component.
1414

1515
You can replace this default UI component using the `MessageReplies` prop on [Channel](../core-components/channel.mdx) component.
1616

0 commit comments

Comments
 (0)