mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
merge fix
This commit is contained in:
parent
879f51170e
commit
7a2608f4f3
@ -91,7 +91,7 @@ export default class AssetFile extends PureComponent<
|
|||||||
|
|
||||||
public render() {
|
public render() {
|
||||||
const { ddo, file } = this.props
|
const { ddo, file } = this.props
|
||||||
const { isLoading, message, error, step } = this.state
|
const { isLoading, error, step } = this.state
|
||||||
const { isLogged, isOceanNetwork } = this.context
|
const { isLogged, isOceanNetwork } = this.context
|
||||||
const { index } = file
|
const { index } = file
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user