Fix hideTabs - issue #132

This commit is contained in:
baku 2017-02-01 08:14:58 +01:00
parent f727f62c67
commit d5f2887b9c

View file

@ -236,7 +236,7 @@ const ContainerService = {
this._remapTabsIfMissing(args.userContextId);
// We should check if this userContextId exists.
if ((args.userContextId in this._identitiesState)) {
if (!(args.userContextId in this._identitiesState)) {
resolve(null);
return;
}