From 841fc4056828cacb65fff706b728eb16deb02a7b Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Sun, 27 Mar 2016 01:22:07 -0400 Subject: [PATCH] Fix empty style passed as string instead of object --- js/gui.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/gui.js b/js/gui.js index 984ad8cbd..8be8d7abc 100644 --- a/js/gui.js +++ b/js/gui.js @@ -17,7 +17,7 @@ var Link = React.createClass({ className = (this.props.button ? 'button-block button-' + this.props.button : 'button-text') + (this.props.fadeIn ? ' fade-in-link' : ''); return ( - + {this.props.icon ? icon : '' } {this.props.label} @@ -187,6 +187,7 @@ var SearchResults = React.createClass({ render: function() { var rows = []; console.log('results'); + console.log('made it here'); this.props.results.forEach(function(result) { rows.push(