diff --git a/js/component/file-tile.js b/js/component/file-tile.js index 6cc2afddc..d6e79b860 100644 --- a/js/component/file-tile.js +++ b/js/component/file-tile.js @@ -121,15 +121,15 @@ export let FileTileStream = React.createClass({
- +
{ !this.props.hidePrice ? : null} -
{'lbry://' + this.props.name}
+
{'lbry://' + this.props.name}

- + {title} @@ -196,4 +196,4 @@ export let FileTile = React.createClass({ return ; } -}); \ No newline at end of file +});