From 97658fc9a143d431d9248e0f205cac83ae38f604 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 4 Sep 2024 05:35:16 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 7dc12e2a..cf76f739 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -124,12 +124,12 @@ export const RightSidePanel = () => { const resetListState = useCallback(() => { setShowPaginationOptions(false); setSelectedPaginationSetting(null); -}, []); + }, []); -const handleStopGetList = useCallback(() => { + const handleStopGetList = useCallback(() => { stopGetList(); resetListState(); -}, [stopGetList, resetListState]); + }, [stopGetList, resetListState]); const stopCaptureAndEmitGetListSettings = useCallback(() => {