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(