diff --git a/js/component/link.js b/js/component/link.js index cad6b5e60..b33fc0531 100644 --- a/js/component/link.js +++ b/js/component/link.js @@ -188,7 +188,6 @@ export let DownloadLink = React.createClass({ }); } else { this.setState({ - modal: 'downloadStarted', filePath: streamInfo.path, attemptingDownload: false, }); @@ -288,17 +287,6 @@ export let DownloadLink = React.createClass({ return ( - - {'progress' in this.props - ? - : null} - -

Downloading to:

-
{this.state.filePath}
-
You don't have enough LBRY credits to pay for this stream.