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

history loading tweaks

This commit is contained in:
Matthias Kretschmann 2019-04-02 14:55:15 +02:00
parent 7cb54cbd06
commit 69ecf6757a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -41,9 +41,9 @@ export default class AssetsUser extends PureComponent<
}
}
)
} else {
this.setState({ isLoading: false })
}
this.setState({ isLoading: false })
}
public render() {