Update familymember
This commit is contained in:
@@ -117,7 +117,7 @@ export default function CardFamilyInformation({ data }) {
|
|||||||
<Grid container maxHeight="584px" spacing={2} paddingX={2} sx={{ overflowY: 'auto' }}>
|
<Grid container maxHeight="584px" spacing={2} paddingX={2} sx={{ overflowY: 'auto' }}>
|
||||||
{data?.family.map((familyMember, index) => (
|
{data?.family.map((familyMember, index) => (
|
||||||
<Grid item xs={12} sm={6} md={6} key={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 1 */}
|
||||||
<Stack
|
<Stack
|
||||||
direction="row"
|
direction="row"
|
||||||
|
|||||||
Reference in New Issue
Block a user