[FIX] RightButtonsContainer re-render check not returning default value (#2899)

Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
Gung Wah 2021-02-24 01:44:01 +08:00 committed by GitHub
parent 5b518b4207
commit 120f50d5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class RightButtonsContainer extends Component {
if (!isEqual(nextState.tunreadGroup, tunreadGroup)) {
return true;
}
return false;
}
componentWillUnmount() {