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) => {