Add missing comma
This commit is contained in:
parent
f5039ac9af
commit
c561647460
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ module.exports = React.createClass({
|
||||||
<button onClick={this.onCasClicked}>Sign in with CAS</button>
|
<button onClick={this.onCasClicked}>Sign in with CAS</button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
},
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue