Fix resolving uris on show page #285

Merged
6ea86b96 merged 1 commit from show-fix into master 2017-06-26 18:32:36 +02:00

View file

@ -12,7 +12,7 @@ class ShowPage extends React.PureComponent {
}
componentWillReceiveProps(nextProps) {
const { isResolvingUri, resolveUri, claim, uri } = this.props;
const { isResolvingUri, resolveUri, claim, uri } = nextProps;
if (!isResolvingUri && claim === undefined && uri) {
resolveUri(uri);