diff --git a/js/page/file-list.js b/js/page/file-list.js
index 3cf51ee37..95304535c 100644
--- a/js/page/file-list.js
+++ b/js/page/file-list.js
@@ -55,7 +55,7 @@ export let FileListDownloaded = React.createClass({
} else {
return (
-
+
);
}
@@ -149,7 +149,13 @@ export let FileList = React.createClass({
},
},
propTypes: {
- fileInfos: React.PropTypes.array.isRequired
+ fileInfos: React.PropTypes.array.isRequired,
+ hidePrices: React.PropTypes.bool,
+ },
+ getDefaultProps: function() {
+ return {
+ hidePrices: false,
+ };
},
getInitialState: function() {
return {
@@ -174,7 +180,8 @@ export let FileList = React.createClass({
}
seenUris[lbry_uri] = true;
- content.push();
+ content.push();
}
return (