Update passport type value on Application Detail screen
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user