Update familymember

This commit is contained in:
ivan-sim
2023-10-10 13:29:42 +07:00
parent ffdf5013fc
commit c767c676f4

View File

@@ -117,7 +117,7 @@ export default function CardFamilyInformation({ data }) {
<Grid container maxHeight="584px" spacing={2} paddingX={2} sx={{ overflowY: 'auto' }}>
{data?.family.map((familyMember, index) => (
<Grid item xs={12} sm={6} md={6} key={index}>
<Card sx={{ paddingX: 1.5, paddingY: 1 }}>
<Card sx={{ paddingX: 1.5, paddingY: 1, marginBottom: 2 }}>
{/* Stack 1 */}
<Stack
direction="row"