components/app: simplify connectParams object field

This commit is contained in:
Simon Ser 2024-11-14 21:14:52 +01:00
parent 18fa0ebc6a
commit f6e8f83d4e

View file

@ -383,7 +383,7 @@ export default class App extends Component {
}
}
this.setState({ loading: false, connectParams: connectParams });
this.setState({ loading: false, connectParams });
if (connectParams.autoconnect) {
this.setState({ connectForm: false });