Skip to content

Commit

Permalink
change profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
svetaStrech committed Nov 1, 2023
1 parent ee08094 commit fb141b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_src/src/domain/overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function OverView() {
width={localStorage.getItem(USER_IMAGE) && localStorage.getItem(USER_IMAGE) !== 'undefined' ? 60 : 40}
height={localStorage.getItem(USER_IMAGE) && localStorage.getItem(USER_IMAGE) !== 'undefined' ? 60 : 40}
alt="avatar"
onClick={() => history.push(pathDomains.profile)}
onClick={() => history.replace(`${pathDomains.administration}/profile`)}
></img>
<EditIcon alt="edit" className="edit-logo" onClick={() => history.replace(`${pathDomains.administration}/profile`)} />
</div>
Expand Down

0 comments on commit fb141b2

Please sign in to comment.