Fix eslint errors

This commit is contained in:
uwap 2018-01-14 00:14:50 +01:00
parent a69552de7d
commit 30e18a749f
3 changed files with 2 additions and 8 deletions

View file

@ -87,9 +87,6 @@ class App extends React.Component<AppProps & Classes, AppState> {
}
changeState(topic: string, value: any) {
// this.receiveMessage(this.props.config.topics[topic].state, String(this.props.config.topics[topic].values[value] || value));
// return;
//
const rawTopic = this.props.config.topics[topic].command;
if (rawTopic == null) {
return;