You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove unused dialog, todo comments and other tiny tweaks
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user