Merge pull request #1935 from hmhealey/plt1664

PLT-1664 Fix unread channel indicators so that they work on IE11
Этот коммит содержится в:
Corey Hulen
2016-01-21 09:02:36 -06:00
родитель 9aa23c1994 6b26aa9413
Коммит 060e38ef86

Просмотреть файл

@@ -10,7 +10,7 @@ export default class UnreadChannelIndicator extends React.Component {
render() { render() {
let displayValue = 'none'; let displayValue = 'none';
if (this.props.show) { if (this.props.show) {
displayValue = 'initial'; displayValue = 'block';
} }
return ( return (
<div <div