Null Check subscription prior to use (#1264)

This commit is contained in:
Matt Gibson 2021-10-27 10:03:41 -05:00 committed by GitHub
parent b5231425fb
commit 383c29c761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</ng-container>
</dl>
</div>
<div class="col-8">
<div class="col-8" *ngIf="subscription">
<strong class="d-block mb-1">{{'details' | i18n}}</strong>
<table class="table">
<tbody>