Fixes Parity Bar position (#5557)

This commit is contained in:
Nicolas Gotchac 2017-05-05 10:00:45 +02:00 committed by Jaco Greeff
parent d4dc58eafe
commit 25853b915e
1 changed files with 4 additions and 1 deletions

View File

@ -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) {