Merge pull request #1935 from hmhealey/plt1664
PLT-1664 Fix unread channel indicators so that they work on IE11
Этот коммит содержится в:
@@ -10,7 +10,7 @@ export default class UnreadChannelIndicator extends React.Component {
|
||||
render() {
|
||||
let displayValue = 'none';
|
||||
if (this.props.show) {
|
||||
displayValue = 'initial';
|
||||
displayValue = 'block';
|
||||
}
|
||||
return (
|
||||
<div
|
||||
|
||||
Ссылка в новой задаче
Block a user