Better zoom of fire pages

This commit is contained in:
vjrj 2018-02-20 20:50:59 +01:00
parent 8b1d7f7602
commit d865ac8e06

View file

@ -49,7 +49,6 @@ class Fire extends React.Component {
}
}
shouldComponentUpdate(nextProps, nextState) {
return !(nextState.when === this.state.when && nextState.loading === this.state.loading && this.state.notfound === nextState.notfound);
}