From 3b1aca2df120a93de9b71caa03aa2bb2d3db4ecd Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Tue, 4 Nov 2025 16:05:11 +0400 Subject: [PATCH] fix: product view barcodes display fixed --- .../desktop/components/ProductView/ProductView.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/dealModularEditorTabs/FulfillmentBase/desktop/components/ProductView/ProductView.tsx b/src/modules/dealModularEditorTabs/FulfillmentBase/desktop/components/ProductView/ProductView.tsx index 91faeef..4136fe3 100644 --- a/src/modules/dealModularEditorTabs/FulfillmentBase/desktop/components/ProductView/ProductView.tsx +++ b/src/modules/dealModularEditorTabs/FulfillmentBase/desktop/components/ProductView/ProductView.tsx @@ -119,8 +119,7 @@ const ProductView: FC = ({ dealProduct }) => { {dealProduct.product.barcodes && ( - Штрихкоды: - {dealProduct.product.barcodes.join(", ")} + Штрихкоды: {dealProduct.product.barcodes.join(", ")} )}