From f1fb0b16f14bba4e6c21deef19435f2d18a6dc2b Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 22 Oct 2024 12:35:10 -0600
Subject: [PATCH] remove plot

---
 .../hazard/static/components/plots/plots.component.html    | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/projects/nshmp-apps/src/app/hazard/static/components/plots/plots.component.html b/projects/nshmp-apps/src/app/hazard/static/components/plots/plots.component.html
index 44066c143..888d17a7f 100644
--- a/projects/nshmp-apps/src/app/hazard/static/components/plots/plots.component.html
+++ b/projects/nshmp-apps/src/app/hazard/static/components/plots/plots.component.html
@@ -13,13 +13,6 @@
       @if (hazardPlotData()) {
         <nshmp-lib-ng-plot class="hazard-plot" [plot]="hazardPlotData()" />
       }
-      @if (hazardPlotData()) {
-        <nshmp-lib-ng-plot
-          [isLegendClick]="false"
-          class="hazard-plot"
-          [plot]="hazardPlotData()"
-        />
-      }
     </mat-expansion-panel>
 
     <!-- Spectra plot -->
-- 
GitLab