mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
null checks on query param sub
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: cb7336c0e8...cbcf0adad5
@@ -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();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user