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 {
|
||||
search?: string
|
||||
categoryAssets?: any[]
|
||||
categoryAssets?: Array<any>
|
||||
isLoadingCategory?: boolean
|
||||
lastAssets?: any[]
|
||||
isLoadingLast?: boolean
|
||||
@ -108,6 +108,7 @@ class Home extends Component<HomeProps, HomeState> {
|
||||
title={meta.title}
|
||||
description={meta.description}
|
||||
className={styles.home}
|
||||
wide
|
||||
>
|
||||
<Content>
|
||||
<Form onSubmit={this.searchAssets} minimal>
|
||||
|
Loading…
Reference in New Issue
Block a user