chore: lint
This commit is contained in:
@@ -87,10 +87,10 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
const hasPairs = workflow.workflow.length > 0;
|
const hasPairs = workflow.workflow.length > 0;
|
||||||
|
|
||||||
if (!hasPairs) {
|
if (!hasPairs) {
|
||||||
setShowCaptureList(true);
|
setShowCaptureList(true);
|
||||||
setShowCaptureScreenshot(true);
|
setShowCaptureScreenshot(true);
|
||||||
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