Skip to content

Commit 430d13f

Browse files
committed
style: remove coming soon message for NISAR
1 parent a17c426 commit 430d13f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/app/components/shared/selectors/dataset-selector/dataset-selector.component.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
@if (dataset.beta) {
4545
<span><em> (beta) </em></span>
4646
}
47-
@if (dataset.id === 'NISAR') {
48-
<span class="disclaimer">
49-
<em> ({{ 'COMING_SOON' | translate }}) </em>
50-
</span>
51-
}
5247
@if (dataset.subName) {
5348
<div class="dataset__subName faint-text">
5449
{{ dataset.subName }}

0 commit comments

Comments
 (0)