From 492d474c82fada99b18db870fc52b19c8980a6c8 Mon Sep 17 00:00:00 2001 From: printcalc-ci Date: Mon, 9 Mar 2026 18:09:45 +0000 Subject: [PATCH] style: apply prettier formatting --- .../features/checkout/checkout.component.html | 21 ++++++++++++++----- .../app/features/order/order.component.html | 10 +++++++-- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/features/checkout/checkout.component.html b/frontend/src/app/features/checkout/checkout.component.html index 378da76..bce23e6 100644 --- a/frontend/src/app/features/checkout/checkout.component.html +++ b/frontend/src/app/features/checkout/checkout.component.html @@ -22,7 +22,9 @@
-

{{ "CHECKOUT.CONTACT_INFO" | translate }}

+

+ {{ "CHECKOUT.CONTACT_INFO" | translate }} +

-

{{ "CHECKOUT.BILLING_ADDR" | translate }}

+

+ {{ "CHECKOUT.BILLING_ADDR" | translate }} +

@@ -140,7 +144,9 @@ class="mb-6" >
-

{{ "CHECKOUT.SHIPPING_ADDR" | translate }}

+

+ {{ "CHECKOUT.SHIPPING_ADDR" | translate }} +

@@ -154,7 +160,10 @@ >
-
+
-

{{ "CHECKOUT.SUMMARY_TITLE" | translate }}

+

+ {{ "CHECKOUT.SUMMARY_TITLE" | translate }} +

diff --git a/frontend/src/app/features/order/order.component.html b/frontend/src/app/features/order/order.component.html index 6174df3..48842c3 100644 --- a/frontend/src/app/features/order/order.component.html +++ b/frontend/src/app/features/order/order.component.html @@ -119,7 +119,11 @@ {{ "PAYMENT.BILLING_INFO_HINT" | translate }}

-