chore: spacing

This commit is contained in:
karishmas6
2024-10-08 19:13:18 +05:30
parent 2a8cb65768
commit 2491b3a7d7

View File

@@ -92,6 +92,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
setShowCaptureText(true); setShowCaptureText(true);
return; return;
} }
const hasScrapeListAction = workflow.workflow.some(pair => const hasScrapeListAction = workflow.workflow.some(pair =>
pair.what.some(action => action.action === "scrapeList") pair.what.some(action => action.action === "scrapeList")
); );