Merge branch 'develop' of https://gitlab.com/witel3/loan-facilities-expert into feature/debug_translat

This commit is contained in:
Yasiu1376
2023-07-23 14:26:26 +03:30
2 changed files with 3 additions and 3 deletions

View File

@@ -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>
); );

View File

@@ -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>