From 18108f12abe910277bbe7933ebb7d0e34abd783e Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Tue, 24 Jan 2017 22:19:38 -0500 Subject: [PATCH] need full link for electron --- js/component/file-tile.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} - +

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