fix(lint): Remove unused variable

This commit is contained in:
Jackie Luo 2016-08-25 14:18:06 -07:00
parent 1f15026a5f
commit ec848a4a6e

View file

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