mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
fix(lint): Remove unused variable
This commit is contained in:
parent
1f15026a5f
commit
ec848a4a6e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class SelfHostingConfigPage extends React.Component {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
_onChangeProtocol = (event) => {
|
_onChangeProtocol = () => {
|
||||||
this.setState({
|
this.setState({
|
||||||
usesHTTPS: !this.state.usesHTTPS,
|
usesHTTPS: !this.state.usesHTTPS,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue