From dc238b76b7889936fd7fce4fca74b7f3c1cf3b67 Mon Sep 17 00:00:00 2001 From: Kishan Patel Date: Sat, 28 Mar 2026 19:17:18 +0530 Subject: [PATCH] chore(message-parser): remove orphaned i18next pluralization TODO from Reaction component --- .../client/components/message/content/reactions/Reaction.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/meteor/client/components/message/content/reactions/Reaction.tsx b/apps/meteor/client/components/message/content/reactions/Reaction.tsx index fd0302bef8bf6..e995bc8631197 100644 --- a/apps/meteor/client/components/message/content/reactions/Reaction.tsx +++ b/apps/meteor/client/components/message/content/reactions/Reaction.tsx @@ -12,7 +12,6 @@ import { MessageListContext } from '../../list/MessageListContext'; const normalizeUsernames = (names: string[]) => names.map(normalizeUsername); -// TODO: replace it with proper usage of i18next plurals type ReactionProps = { hasReacted: (name: string) => boolean; counter: number;