diff --git a/src/modules/order/components/shipping-details/index.tsx b/src/modules/order/components/shipping-details/index.tsx index e83564c2f..76690fb7c 100644 --- a/src/modules/order/components/shipping-details/index.tsx +++ b/src/modules/order/components/shipping-details/index.tsx @@ -60,9 +60,7 @@ const ShippingDetails = ({ order }: ShippingDetailsProps) => { {convertToLocale({ amount: order.shipping_methods?.[0].total ?? 0, currency_code: order.currency_code, - }) - .replace(/,/g, "") - .replace(/\./g, ",")} + })} )