PLT-6651 - Overlay issue modal (#6473)
* PLT-6651 - Overlay issue modal * Fixing mentions badge
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
9eb9c115de
Коммит
52f73c30ca
@@ -42,7 +42,7 @@ export default class TeamButton extends React.Component {
|
||||
|
||||
if (this.props.mentions) {
|
||||
badge = (
|
||||
<span className='mention-badge pull-right small'>{this.props.mentions}</span>
|
||||
<span className='badge pull-right small'>{this.props.mentions}</span>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user