From b4d7085e38663d69c4a247558d4b479aa0170969 Mon Sep 17 00:00:00 2001 From: Tomas Vykoukal Date: Wed, 1 Nov 2023 10:52:10 +0100 Subject: [PATCH] fix Cart list unit text --- storefront/components/Pages/Cart/CartList/CartListItem.tsx | 2 +- storefront/public/locales/cs/common.json | 1 - storefront/public/locales/en/common.json | 1 - storefront/public/locales/sk/common.json | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/storefront/components/Pages/Cart/CartList/CartListItem.tsx b/storefront/components/Pages/Cart/CartList/CartListItem.tsx index 1d06b7fc09..51e5062de5 100644 --- a/storefront/components/Pages/Cart/CartList/CartListItem.tsx +++ b/storefront/components/Pages/Cart/CartList/CartListItem.tsx @@ -106,7 +106,7 @@ export const CartListItem: FC = ({
- {formatPrice(product.price.priceWithVat) + '\u00A0/\u00A0' + t('pc')} + {formatPrice(product.price.priceWithVat) + '\u00A0/\u00A0' + product.unit.name}