From 76f864e6729c50dfc5d114d2d866a25e1fdc23e0 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 31 Aug 2024 22:46:03 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index c1f89f4c..5e481960 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -132,8 +132,6 @@ export const RightSidePanel = () => { } }, [stopGetList, getListSettingsObject, socket, notify]); - - const handleConfirmListCapture = useCallback(() => { if (!selectedPaginationSetting) { setShowPaginationOptions(true);