Remove incorrectly formatted comment in app.js

This commit is contained in:
Alex Liebowitz 2017-02-23 01:36:44 -05:00
parent b18063584a
commit b8103bce21

View file

@ -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"/>