monkey-front-core 0.0.192 → 0.0.193

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.
@@ -2400,7 +2400,7 @@ class MonkeyEcxCommonsService {
2400
2400
  otherArgs?.callbackMain();
2401
2401
  }
2402
2402
  }
2403
- else if (allowedByProgram) {
2403
+ else if (!allowedByProgram) {
2404
2404
  this.navigateToErrorPage(404, otherArgs?.router);
2405
2405
  }
2406
2406
  else if (pend.hasPendencies) {