Skip to content

Commit

Permalink
Fixed Bug 54482 - People. User profile is not removed from the contex…
Browse files Browse the repository at this point in the history
…t menu
  • Loading branch information
gopienkonikita committed Jan 10, 2022
1 parent f2134c7 commit efffe7f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion products/ASC.People/Client/src/HOCs/withContextOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ export default function withContextOptions(WrappedComponent) {
setDeleteProfileDialogVisible,
fetchProfile,
} = props;
const { id, options, userName, email, mobilePhone, currentUserId } = item;
const {
id,
displayName,
options,
userName,
email,
mobilePhone,
currentUserId,
} = item;

const isRefetchPeople = true; //TODO: why always true?

Expand Down

0 comments on commit efffe7f

Please sign in to comment.