From 9115f46e4fd0efecc2bae0908396d45dfba50d7b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 3 Sep 2024 22:31:08 +0530 Subject: [PATCH] fix: remove null --- src/components/organisms/RightSidePanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 202e0ee3..a3434ffe 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -144,7 +144,6 @@ export const RightSidePanel = () => { stopCaptureAndEmitGetListSettings(); setShowPaginationOptions(false); setSelectedPaginationSetting(null); - (null); }, [selectedPaginationSetting, stopCaptureAndEmitGetListSettings, notify]); const handlePaginationSettingSelect = (option: string) => {