Remove unused dialog, todo comments and other tiny tweaks

This commit is contained in:
Michael Telatynski 2020-11-26 15:01:12 +00:00
parent 3bdedd73f7
commit 86025459f4
5 changed files with 2 additions and 51 deletions

View file

@ -125,7 +125,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
return;
}
this.props.onFinished(this.validatedConf); // TODO verify this even works
this.props.onFinished(this.validatedConf);
};
public render() {