mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
null checks on query param sub
This commit is contained in:
parent
dfef02f909
commit
8261f3f9fb
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit cb7336c0e8ae1f0f74c76a4d6704555cc7440a3b
|
Subproject commit cbcf0adad5f313c1f37232311ddce318365911b3
|
@ -201,7 +201,9 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
await this.ciphersComponent.load();
|
await this.ciphersComponent.load();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
queryParamsSub.unsubscribe();
|
if (queryParamsSub != null) {
|
||||||
|
queryParamsSub.unsubscribe();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user