Update Mention component

This commit is contained in:
Gerzon Z 2021-08-21 02:02:25 -04:00
parent d7c0b4c76f
commit d4c3322c32
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ const Mention = ({
}, },
...style ...style
]; ];
} } else if (mention === mentionedUser) {
if (mention === mentionedUser) {
mentionStyle = { mentionStyle = {
color: themes[theme].mentionMeColor color: themes[theme].mentionMeColor
}; };