diff --git a/frontend/src/app/features/calculator/calculator-page.component.html b/frontend/src/app/features/calculator/calculator-page.component.html index 03c86d5..404a48b 100644 --- a/frontend/src/app/features/calculator/calculator-page.component.html +++ b/frontend/src/app/features/calculator/calculator-page.component.html @@ -4,13 +4,6 @@ @if (error()) { {{ errorKey() | translate }} - @if (isZeroQuoteError()) { -
- - {{ "QUOTE.CONSULT" | translate }} - -
- } }