PLT-6651 - Overlay issue modal (#6473)
* PLT-6651 - Overlay issue modal * Fixing mentions badge
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
9eb9c115de
Коммит
52f73c30ca
@@ -517,7 +517,7 @@ export default class Sidebar extends React.Component {
|
||||
var badge = null;
|
||||
if (channelMember) {
|
||||
if (unreadCount.mentions) {
|
||||
badge = <span className='mention-badge pull-right small'>{unreadCount.mentions}</span>;
|
||||
badge = <span className='badge pull-right small'>{unreadCount.mentions}</span>;
|
||||
this.badgesActive = true;
|
||||
}
|
||||
} else if (this.state.loadingDMChannel === index && channel.type === Constants.DM_CHANNEL) {
|
||||
|
||||
Ссылка в новой задаче
Block a user