Skip to content

Commit

Permalink
Update src/libs/EmojiUtils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Getabalew Tesfaye <[email protected]>
  • Loading branch information
wildan-m and getusha authored Feb 4, 2024
1 parent 4e042f8 commit b87603b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/EmojiUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ const getEmojiReactionDetails = (emojiName: string, reaction: ReportActionReacti

/**
* Get base emoji without skintone
* @param emoji emoji string
* @returns emoji without skin tone
*/
const getRemovedSkinToneEmoji = (emoji: string) => emoji.replace(CONST.REGEX.EMOJI_SKIN_TONES, '');
Expand Down

0 comments on commit b87603b

Please sign in to comment.