Merge branch 'develop' of https://gitlab.com/witel3/loan-facilities-expert into feature/debug_translat
This commit is contained in:
@@ -8,10 +8,10 @@ export default function ProfileData() {
|
|||||||
<Avatar
|
<Avatar
|
||||||
sx={{ width: "80px", height: "80px" }}
|
sx={{ width: "80px", height: "80px" }}
|
||||||
alt="User Image"
|
alt="User Image"
|
||||||
src={user.user_avatar}
|
src={user.avatar}
|
||||||
/>
|
/>
|
||||||
<Typography sx={{ fontSize: 15, fontWeight: 600 }} textAlign="center">
|
<Typography sx={{ fontSize: 15, fontWeight: 600 }} textAlign="center">
|
||||||
{user.user_username}
|
{user.username}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ function ProfileMenu() {
|
|||||||
color: "primary.main",
|
color: "primary.main",
|
||||||
}}
|
}}
|
||||||
alt="User Image"
|
alt="User Image"
|
||||||
src={user.user_avatar}
|
src={user.avatar}
|
||||||
/>
|
/>
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user