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 44066c14389c88a2632c76aac0cebdf9ebf0d5a9..888d17a7f67ecfd53352644ebb3d122bd678abfe 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 -->