Unverified Commit f8ca7d2f authored by ι™ˆε°θͺ's avatar ι™ˆε°θͺ Committed by GitHub

Update _layout.js

parent a22d4003
...@@ -67,11 +67,6 @@ class SearchList extends Component { ...@@ -67,11 +67,6 @@ class SearchList extends Component {
onTabChange={this.handleTabChange} onTabChange={this.handleTabChange}
> >
{children} {children}
{/* <Switch>
{routes.map(item => (
<Route key={item.key} path={item.path} component={item.component} exact={item.exact} />
))}
</Switch> */}
</PageHeaderWrapper> </PageHeaderWrapper>
); );
} }
......
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