Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Linksehat Staging Server
2024-01-08 14:45:21 +07:00
3 changed files with 19 additions and 13 deletions

View File

@@ -167,22 +167,23 @@ export default function DialogClaimSubmitMember({
</form>
</Grid>
<div
style={{
position: 'relative',
flex: 'none',
height: 'fit-content',
margin: '15px',
}}
// style={{
// position: 'relative',
// flex: 'none',
// height: 'fit-content',
// margin: '15px',
// // width: '52px',
// }}
>
<img
{/* <img
width={52}
height={52}
src="/images/user-profile.png"
alt="user-profile"
style={{ borderRadius: '50%' }}
/>
/> */}
</div>
<Grid item xs={11} lg={11} xl={11}>
<Grid item xs={11} lg={11} xl={11} py={2}>
<Typography variant="subtitle1">{row.fullName}</Typography>
<Typography color="#637381" variant="body2" sx={{ fontWeight: 500 }}>
{row.memberId}

View File

@@ -118,7 +118,7 @@ export default function DialogFinalLog({ member, getData, onClose, handleSubmitS
<Card sx={{ p: 1, background: '#f4f6f8'}}>
<Stack direction="row">
<Avatar
src="https://minimal-assets-api.vercel.app/assets/images/avatars/avatar_5.jpg"
src=""
alt={member?.full_name ?? ''}
sx={{ marginTop: 1, width: 48, height: 48 }}
/>