Commit b97547ef authored by ddcat1115's avatar ddcat1115

fix error prop

parent 1f496dd6
...@@ -56,7 +56,7 @@ export default class SearchList extends Component { ...@@ -56,7 +56,7 @@ export default class SearchList extends Component {
title="ζœη΄’εˆ—θ‘¨" title="ζœη΄’εˆ—θ‘¨"
content={mainSearch} content={mainSearch}
tabList={tabList} tabList={tabList}
activeTabKey={location.pathname.replace(`${match.path}/`, '')} tabActiveKey={location.pathname.replace(`${match.path}/`, '')}
onTabChange={this.handleTabChange} onTabChange={this.handleTabChange}
> >
<Switch> <Switch>
......
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