From 4991b1160fb41514032f58ec2f64697188cd7ef9 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Sat, 24 Jan 2026 11:21:02 +0700 Subject: [PATCH] chore: remove unnecessary code and adjust edit link --- .../TransferToLayingsTable.tsx | 39 ++++--------------- 1 file changed, 8 insertions(+), 31 deletions(-) diff --git a/src/components/pages/production/transfer-to-laying/TransferToLayingsTable.tsx b/src/components/pages/production/transfer-to-laying/TransferToLayingsTable.tsx index 3298b0fc..63f30109 100644 --- a/src/components/pages/production/transfer-to-laying/TransferToLayingsTable.tsx +++ b/src/components/pages/production/transfer-to-laying/TransferToLayingsTable.tsx @@ -94,7 +94,7 @@ const RowOptionsMenu = ({ {showEditButton && ( - - )} - - {showRejectButton && ( - - - - )} */} - {showDeleteButton && (
@@ -503,7 +475,12 @@ const TransferToLayingsTable = () => {