mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-21 10:28:14 -05:00
components/app: simplify connectParams object field
This commit is contained in:
parent
18fa0ebc6a
commit
f6e8f83d4e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue