From 2a8cb6576842620e0757ac94f4969995d35fe8f6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 8 Oct 2024 19:12:55 +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 44a5a3be..28b8fc69 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -87,10 +87,10 @@ export const RightSidePanel: React.FC = ({ onFinishCapture const hasPairs = workflow.workflow.length > 0; if (!hasPairs) { - setShowCaptureList(true); - setShowCaptureScreenshot(true); - setShowCaptureText(true); - return; + setShowCaptureList(true); + setShowCaptureScreenshot(true); + setShowCaptureText(true); + return; } const hasScrapeListAction = workflow.workflow.some(pair => pair.what.some(action => action.action === "scrapeList")