fix(lint): Remove unused variable

This commit is contained in:
Jackie Luo 2016-08-25 14:18:06 -07:00
parent 379d11b31a
commit 5a3456c5f8

View file

@ -33,7 +33,7 @@ class SelfHostingConfigPage extends React.Component {
})
}
_onChangeProtocol = (event) => {
_onChangeProtocol = () => {
this.setState({
usesHTTPS: !this.state.usesHTTPS,
})