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}