chore: lint
This commit is contained in:
@@ -82,8 +82,12 @@ export const RightSidePanel = ({pairForEdit}: RightSidePanelProps) => {
|
|||||||
: null
|
: null
|
||||||
}
|
}
|
||||||
|
|
||||||
<Button variant="contained" onClick={handleGetText}>Capture Text</Button>
|
<Button variant="contained" onClick={handleGetText}>
|
||||||
<Button variant="contained" onClick={handleGetScreenshot}>Capture Screenshot</Button>
|
Capture Text
|
||||||
|
</Button>
|
||||||
|
<Button variant="contained" onClick={handleGetScreenshot}>
|
||||||
|
Capture Screenshot
|
||||||
|
</Button>
|
||||||
</Paper>
|
</Paper>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user