From d19e987b89a1c67b69585c56d23cd13431699d81 Mon Sep 17 00:00:00 2001 From: rithviknishad Date: Mon, 30 Sep 2024 11:55:27 +0530 Subject: [PATCH] remove comments --- src/Components/Shifting/ListView.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Components/Shifting/ListView.tsx b/src/Components/Shifting/ListView.tsx index d58403f60bd..b40b42dc979 100644 --- a/src/Components/Shifting/ListView.tsx +++ b/src/Components/Shifting/ListView.tsx @@ -240,9 +240,6 @@ export default function ListView() { }); return data ?? null; }} - // action={() => - // downloadShiftRequests({ , csv: 1 }) - // } filenamePrefix="shift_requests" /> }