Update Mention component
This commit is contained in:
parent
d7c0b4c76f
commit
d4c3322c32
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue