diff --git a/locale/defaultMessages.json b/locale/defaultMessages.json index ea3bf6970..b10a8815f 100644 --- a/locale/defaultMessages.json +++ b/locale/defaultMessages.json @@ -5401,4 +5401,4 @@ "context": "unassign product from voucher, button", "string": "Unassign" } -} +} \ No newline at end of file diff --git a/src/products/components/ProductList/ProductList.tsx b/src/products/components/ProductList/ProductList.tsx index f20d90f23..23c81b913 100644 --- a/src/products/components/ProductList/ProductList.tsx +++ b/src/products/components/ProductList/ProductList.tsx @@ -350,9 +350,15 @@ export const ProductList: React.FC = props => { {product?.productType && ( {product.productType.hasVariants ? ( - + ) : ( - + )} )}