summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_header.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/channel_header.jsx')
-rw-r--r--webapp/components/channel_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/channel_header.jsx b/webapp/components/channel_header.jsx
index 65c151d8a..8710c6486 100644
--- a/webapp/components/channel_header.jsx
+++ b/webapp/components/channel_header.jsx
@@ -113,7 +113,7 @@ export default class ChannelHeader extends React.Component {
}
shouldComponentUpdate(nextProps) {
- return !!nextProps.channelId;
+ return Boolean(nextProps.channelId);
}
onListenerChange() {