Updating ESLint (#4085)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
214f9c13a2
Коммит
93f2b6a833
@@ -113,7 +113,7 @@ export default class ChannelHeader extends React.Component {
|
||||
}
|
||||
|
||||
shouldComponentUpdate(nextProps) {
|
||||
return !!nextProps.channelId;
|
||||
return Boolean(nextProps.channelId);
|
||||
}
|
||||
|
||||
onListenerChange() {
|
||||
|
||||
Ссылка в новой задаче
Block a user