From 0f2f2bc7a93a8d8688a01f35708385db4eb66416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Wed, 4 Mar 2026 10:26:40 +0100 Subject: [PATCH] fix(back-end): 3mf preview --- .../app/features/calculator/calculator-page.component.html | 7 ------- 1 file changed, 7 deletions(-) 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 }} - -
- } }