chore: spacing
This commit is contained in:
@@ -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")
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user