@silexpert/core 1.3.132 → 1.3.133

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.
@@ -669,7 +669,7 @@ function getCerfa3310Century25RegistrationFields(data) {
669
669
  tag: 'Valeur',
670
670
  isMultiple: false,
671
671
  description: 'Autres',
672
- value: data.isNil && !data.isHolidayDeposit ? 'X' : null,
672
+ value: comment && (comment === null || comment === void 0 ? void 0 : comment.length) > 0 && !data.isHolidayDeposit ? 'X' : null,
673
673
  },
674
674
  {
675
675
  key: 'BB',