Fixes Parity Bar position (#5557)
This commit is contained in:
parent
d4dc58eafe
commit
25853b915e
@ -82,7 +82,10 @@ class ParityBar extends Component {
|
||||
dappsStore
|
||||
.on('loaded', (app) => {
|
||||
this.app = app;
|
||||
this.loadPosition();
|
||||
|
||||
if (this.props.dapp) {
|
||||
this.loadPosition();
|
||||
}
|
||||
});
|
||||
|
||||
if (this.props.dapp) {
|
||||
|
Loading…
Reference in New Issue
Block a user