maintain (client): maintain project dependencies and relevant upgrade

This commit is contained in:
Mickael Kerjean
2020-01-06 21:34:50 +11:00
parent b3124b95ec
commit 3b3a03da0d
10 changed files with 30 additions and 30 deletions

View File

@ -25,10 +25,10 @@ function AdminOnly(WrappedComponent){
notify.send("Error: " + (err && err.message) , "error");
});
};
this.timeout = window.setInterval(this.admin.bind(this), 30 * 1000);
}
componentWillMount(){
this.timeout = window.setInterval(this.admin.bind(this), 30 * 1000);
componentDidMount(){
this.admin.call(this);
}