Skip to content

Commit 0986d90

Browse files
LNK-4651: display AdHoc type column if only populated
1 parent 7382368 commit 0986d90

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Web/Admin.UI/src/app/components/tenant/facility-view/view-report/view-report.component.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@
5757
<span class="data-value">{{reportSummary?.frequency}}</span>
5858
</div>
5959
</div>
60-
<div>
61-
<div class="data-label">
62-
AdHoc Source
63-
<span class="data-value">{{reportSummary?.adHocType}}</span>
60+
@if (reportSummary?.adHocType) {
61+
<div>
62+
<div class="data-label">
63+
AdHoc Source
64+
<span class="data-value">{{reportSummary?.adHocType}}</span>
65+
</div>
6466
</div>
65-
</div>
67+
}
6668
<div>
6769
<div class="data-label">
6870
Reporting Period

0 commit comments

Comments
 (0)