improvement uat 1
This commit is contained in:
@@ -168,7 +168,7 @@ export default function CardFamilyInformation({ data }) {
|
||||
Date of Birth
|
||||
</Typography>
|
||||
<Typography variant="body2" sx={{ fontWeight: 500 }}>
|
||||
{familyMember?.birth_date ? fDate(familyMember?.birth_date) : ''}
|
||||
{familyMember?.birth_date != '0000-00-00' ? fDate(familyMember?.birth_date) : '-'}
|
||||
</Typography>
|
||||
</Stack>
|
||||
<Stack
|
||||
|
||||
Reference in New Issue
Block a user