updated RHS upon profile picture save (#3604)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
f7b3731b2b
Коммит
180adc79af
@@ -47,6 +47,10 @@ export default class RhsComment extends React.Component {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!Utils.areObjectsEqual(nextProps.currentUser, this.props.currentUser)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
createDropdown() {
|
||||
|
||||
Ссылка в новой задаче
Block a user