|
@@ -70,11 +70,11 @@ class All extends Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
let categoryList = data.categorybyprops
|
|
let categoryList = data.categorybyprops
|
|
|
- categoryList.push(more)
|
|
|
|
|
|
|
+ let dataList = categoryList.concat(more)
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<Grid
|
|
<Grid
|
|
|
- data={categoryList}
|
|
|
|
|
|
|
+ data={dataList}
|
|
|
hasLine={false}
|
|
hasLine={false}
|
|
|
onClick={(kind)=>{
|
|
onClick={(kind)=>{
|
|
|
this.props.history.push({
|
|
this.props.history.push({
|