Commit 27b5afdd authored by Matthew Taylor's avatar Matthew Taylor

Forgot search

thanks @thisandagain!
parent 845ddb29
...@@ -103,9 +103,9 @@ var Search = injectIntl(React.createClass({ ...@@ -103,9 +103,9 @@ var Search = injectIntl(React.createClass({
<div id='projectBox' key='projectBox'> <div id='projectBox' key='projectBox'>
<Grid items={this.state.loaded} <Grid items={this.state.loaded}
itemType={this.props.tab} itemType={this.props.tab}
showLoves={true} showLoves={false}
showFavorites={true} showFavorites={false}
showViews={true} /> showViews={false} />
<SubNavigation className='load'> <SubNavigation className='load'>
<button onClick={this.getSearchMore}> <button onClick={this.getSearchMore}>
<li> <li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment