@@ -964,84 +964,82 @@ export function Component() {
964964 ) }
965965 </ >
966966 ) }
967- { drefResponse ?. type_of_dref !== DREF_TYPE_IMMINENT && (
968- < Container
969- heading = { strings . targetPopulationSectionHeading }
970- headingLevel = { 2 }
971- childrenContainerClassName = { styles . targetPopulationContent }
972- >
973- { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
974- < BlockTextOutput
975- label = { strings . womenLabel }
976- value = { drefResponse ?. assisted_num_of_women }
977- valueType = "number"
978- strongValue
979- />
980- ) }
967+ < Container
968+ heading = { strings . targetPopulationSectionHeading }
969+ headingLevel = { 2 }
970+ childrenContainerClassName = { styles . targetPopulationContent }
971+ >
972+ { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
981973 < BlockTextOutput
982- label = { strings . ruralLabel }
983- value = { drefResponse ?. people_per_local }
974+ label = { strings . womenLabel }
975+ value = { drefResponse ?. assisted_num_of_women }
984976 valueType = "number"
985- suffix = "%"
986977 strongValue
987978 />
988- { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
989- < BlockTextOutput
990- label = { strings . girlsLabel }
991- value = { drefResponse ?. assisted_num_of_girls_under_18 }
992- valueType = "number"
993- strongValue
994- />
995- ) }
996- < BlockTextOutput
997- label = { strings . urbanLabel }
998- value = { drefResponse ?. people_per_urban }
999- suffix = "%"
1000- valueType = "number"
1001- strongValue
1002- />
1003- { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
1004- < BlockTextOutput
1005- label = { strings . menLabel }
1006- value = { drefResponse ?. assisted_num_of_men }
1007- valueType = "number"
1008- strongValue
1009- />
1010- ) }
979+ ) }
980+ < BlockTextOutput
981+ label = { strings . ruralLabel }
982+ value = { drefResponse ?. people_per_local }
983+ valueType = "number"
984+ suffix = "%"
985+ strongValue
986+ />
987+ { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
1011988 < BlockTextOutput
1012- className = { styles . disabilitiesPopulation }
1013- label = { strings . peopleWithDisabilitiesLabel }
1014- value = { drefResponse ?. disability_people_per }
1015- suffix = "%"
989+ label = { strings . girlsLabel }
990+ value = { drefResponse ?. assisted_num_of_girls_under_18 }
1016991 valueType = "number"
1017992 strongValue
1018993 />
1019- { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
1020- < BlockTextOutput
1021- label = { strings . boysLabel }
1022- value = { drefResponse ?. assisted_num_of_boys_under_18 }
1023- valueType = "number "
1024- strongValue
1025- />
1026- ) }
1027- < div className = { styles . emptyBlock } />
994+ ) }
995+ < BlockTextOutput
996+ label = { strings . urbanLabel }
997+ value = { drefResponse ?. people_per_urban }
998+ suffix = "% "
999+ valueType = "number"
1000+ strongValue
1001+ />
1002+ { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
10281003 < BlockTextOutput
1029- className = { styles . metaItem }
1030- label = { strings . totalAssistedPopulationLabel }
1031- value = { drefResponse ?. num_assisted }
1004+ label = { strings . menLabel }
1005+ value = { drefResponse ?. assisted_num_of_men }
10321006 valueType = "number"
10331007 strongValue
10341008 />
1035- < div className = { styles . emptyBlock } />
1009+ ) }
1010+ < BlockTextOutput
1011+ className = { styles . disabilitiesPopulation }
1012+ label = { strings . peopleWithDisabilitiesLabel }
1013+ value = { drefResponse ?. disability_people_per }
1014+ suffix = "%"
1015+ valueType = "number"
1016+ strongValue
1017+ />
1018+ { drefResponse ?. type_of_dref !== DREF_TYPE_ASSESSMENT && (
10361019 < BlockTextOutput
1037- label = { strings . targetedPopulationLabel }
1038- value = { drefResponse ?. total_targeted_population }
1039- valueClassName = { styles . totalTargetedPopulationValue }
1020+ label = { strings . boysLabel }
1021+ value = { drefResponse ?. assisted_num_of_boys_under_18 }
10401022 valueType = "number"
10411023 strongValue
10421024 />
1043- </ Container >
1044- ) }
1025+ ) }
1026+ < div className = { styles . emptyBlock } />
1027+ < BlockTextOutput
1028+ className = { styles . metaItem }
1029+ label = { strings . totalAssistedPopulationLabel }
1030+ value = { drefResponse ?. num_assisted }
1031+ valueType = "number"
1032+ strongValue
1033+ />
1034+ < div className = { styles . emptyBlock } />
1035+ < BlockTextOutput
1036+ label = { strings . targetedPopulationLabel }
1037+ value = { drefResponse ?. total_targeted_population }
1038+ valueClassName = { styles . totalTargetedPopulationValue }
1039+ valueType = "number"
1040+ strongValue
1041+ />
1042+ </ Container >
10451043 { showRiskAndSecuritySection && drefResponse ?. type_of_dref !== DREF_TYPE_IMMINENT && (
10461044 < Container
10471045 childrenContainerClassName = { styles . riskAndSecuritySection }
0 commit comments