forked from CringeStudios/gamja
components/app: simplify connectParams object field
This commit is contained in:
parent
18fa0ebc6a
commit
f6e8f83d4e
@ -383,7 +383,7 @@ export default class App extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setState({ loading: false, connectParams: connectParams });
|
this.setState({ loading: false, connectParams });
|
||||||
|
|
||||||
if (connectParams.autoconnect) {
|
if (connectParams.autoconnect) {
|
||||||
this.setState({ connectForm: false });
|
this.setState({ connectForm: false });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user