mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Forgot search
thanks @thisandagain!
This commit is contained in:
parent
845ddb2966
commit
27b5afddfb
1 changed files with 3 additions and 3 deletions
|
@ -103,9 +103,9 @@ var Search = injectIntl(React.createClass({
|
|||
<div id='projectBox' key='projectBox'>
|
||||
<Grid items={this.state.loaded}
|
||||
itemType={this.props.tab}
|
||||
showLoves={true}
|
||||
showFavorites={true}
|
||||
showViews={true} />
|
||||
showLoves={false}
|
||||
showFavorites={false}
|
||||
showViews={false} />
|
||||
<SubNavigation className='load'>
|
||||
<button onClick={this.getSearchMore}>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue