Add missing comma

pull/198/head
Steven Hammerton 2015-10-12 10:11:19 +01:00
parent f5039ac9af
commit c561647460
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ module.exports = React.createClass({
<button onClick={this.onCasClicked}>Sign in with CAS</button>
</div>
);
}
},
});