From c4743eb3e8a0354611e30c35aebbcaf1da594585 Mon Sep 17 00:00:00 2001 From: Sqaaakoi Date: Wed, 6 Nov 2024 10:36:33 +1300 Subject: [PATCH] remove mistake caused by git hell --- src/plugins/typingIndicator/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/typingIndicator/index.tsx b/src/plugins/typingIndicator/index.tsx index b58d1db7224..e23cf49d226 100644 --- a/src/plugins/typingIndicator/index.tsx +++ b/src/plugins/typingIndicator/index.tsx @@ -73,8 +73,6 @@ function TypingIndicator({ channelId }: { channelId: string; }) { const typingUsersArray = Object.keys(typingUsers).filter(id => id !== myId && !(RelationshipStore.isBlocked(id) && !settings.store.includeBlockedUsers)); let tooltipText: string; - // the new syntax is getIntlMessage("ONE_USER_TYPING", { a: getDisplayName(guildId, typingUsersArray[0]) }); - switch (typingUsersArray.length) { case 0: break; case 1: {