From 4ee729fb81ad73e69fd1c32d3fa3051c80482448 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 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} - +

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