From 2da74399b196c45df7d328e2e306e91caf95495d Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Fri, 6 Dec 2024 18:00:53 -0300 Subject: [PATCH] refactor(ReplyIndicator): add help text --- src/features/compose/components/reply-indicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/compose/components/reply-indicator.tsx b/src/features/compose/components/reply-indicator.tsx index 46c3e6e08..5570ec7cc 100644 --- a/src/features/compose/components/reply-indicator.tsx +++ b/src/features/compose/components/reply-indicator.tsx @@ -50,7 +50,7 @@ const ReplyIndicator: React.FC = ({ className, status, hideActi className='break-words' size='sm' direction={getTextDirection(status.search_index)} - emojis={status?.emojis?.toJS() ?? status.emojis} + emojis={status?.emojis?.toJS() ?? status.emojis} // Use toJS() if status.emojis is immutable; otherwise, fallback to plain status.emojis mentions={status.mentions.toJS()} html={{ __html: status.content }} />