diff --git a/js/component/file-actions.js b/js/component/file-actions.js index 569efabf1..80ca4fdd1 100644 --- a/js/component/file-actions.js +++ b/js/component/file-actions.js @@ -176,7 +176,7 @@ let FileActionsRow = React.createClass({ const progress = this.state.fileInfo ? this.state.fileInfo.written_bytes / this.state.fileInfo.total_bytes * 100 : 0, label = this.state.fileInfo ? progress.toFixed(0) + '% complete' : 'Connecting...', - labelWithIcon = {label}; + labelWithIcon = {label}; linkBlock = (