Progress
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Fragment } from 'react'
|
||||
import LinkFooter from '../components/link_footer'
|
||||
import WhoToFollowPanel from '../components/panel/who_to_follow_panel'
|
||||
import TrendsPanel from '../components/panel/trends_panel'
|
||||
import SearchFilterPanel from '../components/panel/search_filter_panel'
|
||||
import SearchLayout from '../layouts/search_layout'
|
||||
|
||||
export default class SearchPage extends PureComponent {
|
||||
@@ -9,7 +8,15 @@ export default class SearchPage extends PureComponent {
|
||||
const { children } = this.props
|
||||
|
||||
return (
|
||||
<SearchLayout>
|
||||
<SearchLayout
|
||||
layout={(
|
||||
<Fragment>
|
||||
<SearchFilterPanel />
|
||||
<LinkFooter />
|
||||
</Fragment>
|
||||
)}
|
||||
showBackBtn
|
||||
>
|
||||
{children}
|
||||
</SearchLayout>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user