Add hotfix: do not unlisten history.js object

This commit is contained in:
Tim Daubenschütz 2015-12-07 17:41:10 +01:00
parent c6443bb79d
commit b8c58aa900
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ let Header = React.createClass({
componentWillUnmount() {
UserStore.unlisten(this.onChange);
WhitelabelStore.unlisten(this.onChange);
history.unlisten(this.onRouteChange);
//history.unlisten(this.onRouteChange);
},
getLogo() {