Fix hideTabs - issue #132
This commit is contained in:
parent
06a0e12ecd
commit
1de7e0f593
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -236,7 +236,7 @@ const ContainerService = {
|
||||||
this._remapTabsIfMissing(args.userContextId);
|
this._remapTabsIfMissing(args.userContextId);
|
||||||
|
|
||||||
// We should check if this userContextId exists.
|
// We should check if this userContextId exists.
|
||||||
if ((args.userContextId in this._identitiesState)) {
|
if (!(args.userContextId in this._identitiesState)) {
|
||||||
resolve(null);
|
resolve(null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue