Remove incorrectly formatted comment in app.js
This commit is contained in:
parent
b18063584a
commit
b8103bce21
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ var App = React.createClass({
|
|||
: null}
|
||||
|
||||
</Modal>
|
||||
// TODO: have color refence css color-primary
|
||||
<Modal isOpen={this.state.modal == 'downloading'} contentLabel="Downloading Update" type="custom">
|
||||
Downloading Update: {this.state.downloadProgress}% Complete
|
||||
<Line percent={this.state.downloadProgress} strokeWidth="4"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue