1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

merge fix

This commit is contained in:
Matthias Kretschmann 2019-05-14 11:59:18 +02:00
parent 879f51170e
commit 7a2608f4f3
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -91,7 +91,7 @@ export default class AssetFile extends PureComponent<
public render() {
const { ddo, file } = this.props
const { isLoading, message, error, step } = this.state
const { isLoading, error, step } = this.state
const { isLogged, isOceanNetwork } = this.context
const { index } = file