summaryrefslogtreecommitdiffstats
path: root/web/react/components/unread_channel_indicator.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/unread_channel_indicator.jsx')
-rw-r--r--web/react/components/unread_channel_indicator.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/react/components/unread_channel_indicator.jsx b/web/react/components/unread_channel_indicator.jsx
index 509ac9e4d..f897cdea3 100644
--- a/web/react/components/unread_channel_indicator.jsx
+++ b/web/react/components/unread_channel_indicator.jsx
@@ -4,9 +4,6 @@
// Indicator for the left sidebar which indicate if there's unread posts in a channel that is not shown
// because it is either above or below the screen
export default class UnreadChannelIndicator extends React.Component {
- constructor(props) {
- super(props);
- }
render() {
let displayValue = 'none';
if (this.props.show) {