mirror of
https://github.com/bitwarden/web
synced 2025-12-14 15:23:14 +00:00
Null Check subscription prior to use (#1264)
(cherry picked from commit 383c29c761)
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-8">
|
<div class="col-8" *ngIf="subscription">
|
||||||
<strong class="d-block mb-1">{{'details' | i18n}}</strong>
|
<strong class="d-block mb-1">{{'details' | i18n}}</strong>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user