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'>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue