mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Add hotfix: do not unlisten history.js object
This commit is contained in:
parent
c6443bb79d
commit
b8c58aa900
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user