Formatting
This commit is contained in:
parent
4e0889454a
commit
318d871097
1 changed files with 5 additions and 3 deletions
|
@ -97,9 +97,11 @@ module.exports = React.createClass({
|
||||||
this.registerLogic.setGuestAccessToken(this.props.guestAccessToken);
|
this.registerLogic.setGuestAccessToken(this.props.guestAccessToken);
|
||||||
this.registerLogic.recheckState();
|
this.registerLogic.recheckState();
|
||||||
|
|
||||||
if (this.props.teamServerConfig &&
|
if (
|
||||||
|
this.props.teamServerConfig &&
|
||||||
this.props.teamServerConfig.teamServerURL &&
|
this.props.teamServerConfig.teamServerURL &&
|
||||||
!this._rtsClient) {
|
!this._rtsClient
|
||||||
|
) {
|
||||||
this._rtsClient = new RtsClient(this.props.teamServerConfig.teamServerURL);
|
this._rtsClient = new RtsClient(this.props.teamServerConfig.teamServerURL);
|
||||||
|
|
||||||
// GET team configurations including domains, names and icons
|
// GET team configurations including domains, names and icons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue