From e42732cc20cfb1c7a9218dd36d5e62759b987b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sharon=20Ben=C2=A0Davar?= <71410633+cbsa100@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:03:38 +0200 Subject: [PATCH] Update product-actions --- src/modules/products/components/product-actions/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/products/components/product-actions/index.tsx b/src/modules/products/components/product-actions/index.tsx index 58a5ee672..5d1e9e2fa 100644 --- a/src/modules/products/components/product-actions/index.tsx +++ b/src/modules/products/components/product-actions/index.tsx @@ -92,9 +92,7 @@ const ProductActionsInner: React.FC = ({ product }) => { } const ProductActions: React.FC = ({ product }) => ( - - ) export default ProductActions