From 8bb8ea2afe21dded7510610b785b97ae4cf2d450 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 10 Aug 2024 07:42:41 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 470fd845..ce934a9e 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -218,15 +218,15 @@ export const RightSidePanel = () => { )} )} - {step.type === 'screenshot' && ( + {step.type === 'screenshot' && ( {`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`} - )} - {step.type === 'list' && ( + )} + {step.type === 'list' && ( <> List Selected Successfully {Object.entries(step.fields).map(([key, field]) => ( @@ -234,7 +234,7 @@ export const RightSidePanel = () => { {}} + onChange={() => { }} fullWidth margin="normal" InputProps={{