handle fetching state on downloads and publishes pages #1593

Merged
daovist merged 5 commits from downloads-pending into master 2018-07-18 20:56:32 +02:00
Showing only changes of commit b80dc23c36 - Show all commits

View file

@ -46,7 +46,7 @@ class Page extends React.PureComponent<Props, State> {
componentWillUnmount() {
if (this.loaderTimeout) {
this.loaderTimeout = null;
clearTimeout(this.loaderTimeout);
}
}