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