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'
: familyMember.relation_with_principal === 'D'
? 'Daughter'
: 'Main Member'}
: ''}
</Typography>
</Stack>
{/* Row 2 */}