From 430d13f2c6c694c3cdaaf58d0bce01623a97b0d9 Mon Sep 17 00:00:00 2001 From: tylercchase Date: Fri, 23 Jan 2026 13:47:29 -0500 Subject: [PATCH] style: remove coming soon message for NISAR --- .../dataset-selector/dataset-selector.component.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/components/shared/selectors/dataset-selector/dataset-selector.component.html b/src/app/components/shared/selectors/dataset-selector/dataset-selector.component.html index 3b9372f5d..f5927678d 100644 --- a/src/app/components/shared/selectors/dataset-selector/dataset-selector.component.html +++ b/src/app/components/shared/selectors/dataset-selector/dataset-selector.component.html @@ -44,11 +44,6 @@ @if (dataset.beta) { (beta) } - @if (dataset.id === 'NISAR') { - - ({{ 'COMING_SOON' | translate }}) - - } @if (dataset.subName) {
{{ dataset.subName }}