Update code yang kosong
This commit is contained in:
ivan-sim
2023-09-29 09:01:50 +07:00
parent 601a8e5aff
commit 2673f6fc8b

View File

@@ -99,7 +99,7 @@ export default function CardFamilyInformation({ data }) {
? 'Son' ? 'Son'
: familyMember.relation_with_principal === 'D' : familyMember.relation_with_principal === 'D'
? 'Daughter' ? 'Daughter'
: 'Main Member'} : ''}
</Typography> </Typography>
</Stack> </Stack>
{/* Row 2 */} {/* Row 2 */}