Fix not rendering on team member update in more direct channels modal (#2891)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
3b8b23218d
Коммит
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;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user