mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
Fixed lint warnings (#1655)
This commit is contained in:
@@ -29,7 +29,7 @@ export class ShareComponent extends BaseShareComponent {
|
||||
this.onSharedCipher.subscribe(() => {
|
||||
this.router.navigate(['view-cipher', { cipherId: this.cipherId }]);
|
||||
});
|
||||
const queryParamsSub = this.route.queryParams.subscribe(async (params) => {
|
||||
const queryParamsSub = this.route.queryParams.subscribe(async params => {
|
||||
this.cipherId = params.cipherId;
|
||||
await this.load();
|
||||
if (queryParamsSub != null) {
|
||||
|
||||
Reference in New Issue
Block a user