diff --git a/js/page/my_files.js b/js/page/my_files.js index 19cb5d152..56b071c9a 100644 --- a/js/page/my_files.js +++ b/js/page/my_files.js @@ -268,10 +268,14 @@ var MyFilesPage = React.createClass({ ); - } - - if (!this.state.filesInfo.length) { - var content = You haven't downloaded anything from LBRY yet. Go !; + } else if (!this.state.filesInfo.length) { + return ( +
+ {this.props.show == 'downloaded' + ? You haven't downloaded anything from LBRY yet. Go ! + : You haven't published anything to LBRY yet.} +
+ ); } else { var content = [], seenUris = {};