Update Mention component
This commit is contained in:
parent
d7c0b4c76f
commit
d4c3322c32
|
@ -22,9 +22,7 @@ const Mention = ({
|
|||
},
|
||||
...style
|
||||
];
|
||||
}
|
||||
|
||||
if (mention === mentionedUser) {
|
||||
} else if (mention === mentionedUser) {
|
||||
mentionStyle = {
|
||||
color: themes[theme].mentionMeColor
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue