diff --git a/src/ui/components/ServerLaunchSection.tsx b/src/ui/components/ServerLaunchSection.tsx index c8ef226..942a837 100644 --- a/src/ui/components/ServerLaunchSection.tsx +++ b/src/ui/components/ServerLaunchSection.tsx @@ -31,8 +31,6 @@ interface IState { ipPlaceholder: string portPlaceholder: string - portHelpText: string - httpsLabel: string httpsEnabled: boolean @@ -55,7 +53,6 @@ export default class ServerLaunchSection extends React.Component port: '', ipPlaceholder: '', portPlaceholder: '', - portHelpText: '', httpsLabel: '', httpsEnabled: false, launchServer: () => { @@ -90,7 +87,6 @@ export default class ServerLaunchSection extends React.Component port: config.last_port || '', ipPlaceholder: await translate('main.ip_placeholder'), portPlaceholder: await translate('help.port_placeholder'), - portHelpText: await translate('help.port_help_text'), httpsLabel: await translate('main.https_enable'), httpsEnabled: config.https_enabled || false, swag: config.swag_mode || false, @@ -294,7 +290,7 @@ export default class ServerLaunchSection extends React.Component onChange={this.setPort} initalValue={this.state.port} /> - +