From 219d308d1a9e71ab9488283e181940a9ada1063b Mon Sep 17 00:00:00 2001 From: kae_mihara Date: Sun, 5 Jul 2026 07:54:19 +0900 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/pages/Inventory/Products/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Inventory/Products/index.tsx b/src/pages/Inventory/Products/index.tsx index 555e44a..2838863 100644 --- a/src/pages/Inventory/Products/index.tsx +++ b/src/pages/Inventory/Products/index.tsx @@ -335,9 +335,9 @@ const ProductsPage: React.FC = () => { { title: '操作', width: 80, - render: (_, row) => ( - removeYarnRatioRow(side, row.key)}>移除 - ), +render: (_, row) => ( + +), }, ]} footer={() => (