Fix eslint errors
This commit is contained in:
parent
a69552de7d
commit
30e18a749f
3 changed files with 2 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue