Remove unused case statement.
This commit is contained in:
parent
89f051e693
commit
ad9a3d9ddc
1 changed files with 0 additions and 5 deletions
|
@ -470,11 +470,6 @@ module.exports = React.createClass({
|
||||||
showApps: payload.show ? true : false,
|
showApps: payload.show ? true : false,
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'forward_event':
|
|
||||||
this.setState({
|
|
||||||
forwardingEvent: payload.content,
|
|
||||||
});
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue