mirror of
https://github.com/zoriya/flood.git
synced 2026-05-28 09:27:35 +00:00
Fix shouldComponentUpdate
This commit is contained in:
@@ -76,7 +76,7 @@ export default class ClientStats extends React.Component {
|
||||
if (nextProps.transferData.updatedAt !== this.props.transferData.updatedAt) {
|
||||
return true;
|
||||
} else {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user