[FIX] RightButtonsContainer re-render check not returning default value (#2899)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
parent
5b518b4207
commit
120f50d5d2
|
@ -68,6 +68,7 @@ class RightButtonsContainer extends Component {
|
||||||
if (!isEqual(nextState.tunreadGroup, tunreadGroup)) {
|
if (!isEqual(nextState.tunreadGroup, tunreadGroup)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
|
|
Loading…
Reference in New Issue