From 2491b3a7d7e6a7c39794f79a5db45ac224dee047 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 8 Oct 2024 19:13:18 +0530 Subject: [PATCH] chore: spacing --- src/components/organisms/RightSidePanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 28b8fc69..329bcad7 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -92,6 +92,7 @@ export const RightSidePanel: React.FC = ({ onFinishCapture setShowCaptureText(true); return; } + const hasScrapeListAction = workflow.workflow.some(pair => pair.what.some(action => action.action === "scrapeList") );