mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-12 15:33:47 +01:00
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) {
|
||||
this.setState({ connectForm: false });
|
||||
|
Loading…
x
Reference in New Issue
Block a user