fix: skipping errorOnFetch check
This commit is contained in:
parent
740185a0b5
commit
5cfbbf88cd
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import SideSection from './SideSection';
|
|||
export default class ErrorInfo extends React.PureComponent {
|
||||
ensureInstance() {
|
||||
const { errorId, loading, errorOnFetch } = this.props;
|
||||
if (!loading && !errorOnFetch &&
|
||||
if (!loading &&
|
||||
this.props.errorIdInStore !== errorId &&
|
||||
errorId != null) {
|
||||
this.props.fetch(errorId);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue