From dc8b0e9df660c32e5a3ad2faa2ba8fbdcc1f751d Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Sun, 29 May 2016 04:41:57 -0400 Subject: [PATCH] Hide featured content for now --- js/page/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/page/home.js b/js/page/home.js index 9a2531f52..b7d7b2faa 100644 --- a/js/page/home.js +++ b/js/page/home.js @@ -268,7 +268,7 @@ var Discover = React.createClass({ { this.state.searching ? : null } { !this.state.searching && this.state.query && this.state.results.length ? : null } { !this.state.searching && this.state.query && !this.state.results.length ? : null } - { !this.state.query && !this.state.searching ? : null } + {/* !this.state.query && !this.state.searching ? : null */} ); }