@sumaris-net/ngx-components 1.19.23 → 1.19.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28863,7 +28863,9 @@
28863
28863
  return [4 /*yield*/, this.computePageHistory(title)];
28864
28864
  case 2:
28865
28865
  page = _c.sent();
28866
- return [2 /*return*/, this.addToPageHistory(page)];
28866
+ if (page)
28867
+ return [2 /*return*/, this.addToPageHistory(page)];
28868
+ _c.label = 3;
28867
28869
  case 3: return [2 /*return*/];
28868
28870
  }
28869
28871
  });