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") );