chore: lint

This commit is contained in:
karishmas6
2024-10-08 19:12:55 +05:30
parent 903ef5bd3d
commit 2a8cb65768

View File

@@ -87,10 +87,10 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
const hasPairs = workflow.workflow.length > 0;
if (!hasPairs) {
setShowCaptureList(true);
setShowCaptureScreenshot(true);
setShowCaptureText(true);
return;
setShowCaptureList(true);
setShowCaptureScreenshot(true);
setShowCaptureText(true);
return;
}
const hasScrapeListAction = workflow.workflow.some(pair =>
pair.what.some(action => action.action === "scrapeList")