master-control 0.4.54 → 0.4.55

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.
@@ -5845,7 +5845,7 @@ class MedialQuestionsComponent {
5845
5845
  singleSection['sectionName'].toUpperCase().replaceAll(' ', '_') ===
5846
5846
  'BASIC_DETAILS' ||
5847
5847
  singleSection['sectionName'].toUpperCase().replaceAll(' ', '_') ===
5848
- 'MEDICAL_DETAILS') &&
5848
+ 'PERSONAL_DETAILS') &&
5849
5849
  isValid) {
5850
5850
  // validation for height entered in feet
5851
5851
  if (this.personUwAnswers['medicalQuestionsHeightUnit'] === 'FEET') {