From c007d2713d6034c66355401fcbecf0f239ab23ba Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 3 Sep 2024 22:26:40 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 344ee164..202e0ee3 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -150,7 +150,7 @@ export const RightSidePanel = () => { const handlePaginationSettingSelect = (option: string) => { setSelectedPaginationSetting(option); if (['clickNext', 'clickLoadMore'].includes(option)) { - } + } }; const handleStartPaginationSelection = () => { @@ -200,7 +200,7 @@ export const RightSidePanel = () => { )} - + {!getText && !getScreenshot && !getList && } {getText &&