chore: lint

This commit is contained in:
karishmas6
2024-09-14 08:38:32 +05:30
parent 8acc306a58
commit 9a0c9f05b2

View File

@@ -256,7 +256,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
setConfirmedTextSteps({});
notify('info', 'Capture Text steps discarded');
}, [browserSteps, stopGetText, deleteBrowserStep]);
const discardGetList = useCallback(() => {
stopGetList();
browserSteps.forEach(step => {
@@ -267,7 +267,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
resetListState();
notify('info', 'Capture List steps discarded');
}, [browserSteps, stopGetList, deleteBrowserStep, resetListState]);
const captureScreenshot = (fullPage: boolean) => {
const screenshotSettings: ScreenshotSettings = {