mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
retrieve category asets on home
This commit is contained in:
parent
988e03bcca
commit
4a7ddca9e8
@ -22,7 +22,7 @@ interface HomeProps {
|
|||||||
|
|
||||||
interface HomeState {
|
interface HomeState {
|
||||||
search?: string
|
search?: string
|
||||||
categoryAssets?: any[]
|
categoryAssets?: Array<any>
|
||||||
isLoadingCategory?: boolean
|
isLoadingCategory?: boolean
|
||||||
lastAssets?: any[]
|
lastAssets?: any[]
|
||||||
isLoadingLast?: boolean
|
isLoadingLast?: boolean
|
||||||
@ -108,6 +108,7 @@ class Home extends Component<HomeProps, HomeState> {
|
|||||||
title={meta.title}
|
title={meta.title}
|
||||||
description={meta.description}
|
description={meta.description}
|
||||||
className={styles.home}
|
className={styles.home}
|
||||||
|
wide
|
||||||
>
|
>
|
||||||
<Content>
|
<Content>
|
||||||
<Form onSubmit={this.searchAssets} minimal>
|
<Form onSubmit={this.searchAssets} minimal>
|
||||||
|
Loading…
Reference in New Issue
Block a user