@dsivd/prestations-ng 15.0.0-beta3 → 15.0.0-beta4

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.
@@ -4429,9 +4429,7 @@ class FoehnStatusProgressBarComponent {
4429
4429
  this.isTransmitted = merge(of(this.gesdemHand.lastResponse?.meta), this.gesdemHand.updateFormDataSubject.pipe(map(() => this.gesdemHand.lastResponse.meta))).pipe(filter(meta => !!meta), map(meta => ActionStatut[meta.statut]), map(statut => GesdemStatutUtils.isFinal(statut)));
4430
4430
  }
4431
4431
  isEnabled() {
4432
- return (this.hidden !== null &&
4433
- this.hidden !== undefined &&
4434
- this.hidden === false);
4432
+ return this.hidden !== true;
4435
4433
  }
4436
4434
  isStepVerificationActive() {
4437
4435
  return this.navigation.initialized && this.navigation.isLastFormPage();