diff --git a/js/page/my_files.js b/js/page/my_files.js index 57a3fb209..5cd7415e8 100644 --- a/js/page/my_files.js +++ b/js/page/my_files.js @@ -110,7 +110,6 @@ var MyFilesRow = React.createClass({ {this.props.completed ? 'Download complete' : (parseInt(this.props.ratioLoaded * 100) + '%')}
{ pauseLink }
{ watchButton }
- {this.props.available ? null :

This file is uploading to Reflector. Reflector is a service that hosts a copy of the file on LBRY's servers so that it's available even if no one with the file is online.

} ) }