diff --git a/js/component/file-tile.js b/js/component/file-tile.js index 2e9e247cd..7577b1c2a 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} @@ -195,4 +195,4 @@ export let FileTile = React.createClass({ return ; } -}); \ No newline at end of file +});