mirror of
https://github.com/bitwarden/web
synced 2025-12-22 11:13:40 +00:00
null checks on query param sub
This commit is contained in:
@@ -112,7 +112,9 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
}
|
||||
|
||||
queryParamsSub.unsubscribe();
|
||||
if (queryParamsSub != null) {
|
||||
queryParamsSub.unsubscribe();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user