1
0
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:
Jernej Pregelj 2019-05-15 12:21:30 +02:00 committed by Matthias Kretschmann
parent 988e03bcca
commit 4a7ddca9e8
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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>