Formatting

This commit is contained in:
Richard Lewis 2017-10-31 10:04:37 +00:00
parent 648b295971
commit 1cb878bb57

View file

@ -120,7 +120,7 @@ export default React.createClass({
return;
}
// Fetch the token before loading the iframe as we need to mangle the URL
if(! this._scalarClient) {
if (!this._scalarClient) {
this._scalarClient = new ScalarAuthClient();
}
this._scalarClient.getScalarToken().done((token) => {