From c248db6cf89944ee663d53be0a68166d7fccd39b Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Tue, 18 Feb 2020 14:16:03 +0300 Subject: [PATCH] Web: Common: fixed profile avatar size --- .../src/components/Layout/sub-components/profile-actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ASC.Web.Common/src/components/Layout/sub-components/profile-actions.js b/web/ASC.Web.Common/src/components/Layout/sub-components/profile-actions.js index dbcfbd321a..e2f40f4e29 100644 --- a/web/ASC.Web.Common/src/components/Layout/sub-components/profile-actions.js +++ b/web/ASC.Web.Common/src/components/Layout/sub-components/profile-actions.js @@ -68,7 +68,7 @@ class ProfileActions extends React.PureComponent { onClick={this.onClick} role={userRole} size="small" - source={user.avatarSmall} + source={user.avatar} userName={user.displayName} />