Web: Components: delete component did update

This commit is contained in:
Dmitry Sychugov 2022-03-28 17:30:22 +05:00
parent 2ac9b4b785
commit c9a29062d9

View File

@ -46,10 +46,6 @@ class SnackBar extends React.Component {
this.props.clickAction && this.props.clickAction(e);
};
componentDidUpdate(nextProps, nextState) {
return !equal(this.state, nextState);
}
componentDidMount() {
const { onLoad } = this.props;
onLoad();