Update passport type value on Application Detail screen

This commit is contained in:
Mochammad Adhi Buchori
2025-04-22 15:18:31 +07:00
parent 3e4f427e6c
commit 38f23f0781

View File

@ -72,7 +72,7 @@ const renderApplicantDetailContent = () => {
<View style={styles.applicantDetailTextContentWrapper}> <View style={styles.applicantDetailTextContentWrapper}>
<Text style={styles.applicantDetailTextTitle}>Jenis Paspor</Text> <Text style={styles.applicantDetailTextTitle}>Jenis Paspor</Text>
<Text style={styles.applicantDetailTextDesc}> <Text style={styles.applicantDetailTextDesc}>
{data.applicationDetails.applicationType} {data.applicationDetails.passportType}
</Text> </Text>
</View> </View>
</View> </View>