Skip to content

Commit

Permalink
remove mistake caused by git hell
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqaaakoi committed Nov 5, 2024
1 parent 72870ad commit c4743eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/typingIndicator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c4743eb

Please sign in to comment.