Этот коммит содержится в:
Christopher Speller
2016-09-23 12:29:54 -04:00
коммит произвёл GitHub
родитель 214f9c13a2
Коммит 93f2b6a833
73 изменённых файлов: 180 добавлений и 173 удалений

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

@@ -113,7 +113,7 @@ export default class ChannelHeader extends React.Component {
}
shouldComponentUpdate(nextProps) {
return !!nextProps.channelId;
return Boolean(nextProps.channelId);
}
onListenerChange() {