mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix not rendering on team member update in more direct channels modal (#2891)
This commit is contained in:
committed by
Corey Hulen
parent
3b8b23218d
commit
cf05c92eff
@@ -60,6 +60,10 @@ export default class MoreDirectChannels extends React.Component {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!Utils.areObjectsEqual(nextState.teamMembers, this.state.teamMembers)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user