chore: lint

This commit is contained in:
karishmas6
2024-09-01 01:17:36 +05:30
parent 148e3363f6
commit 8f3984c8e0

View File

@@ -209,15 +209,15 @@ export const RightSidePanel = () => {
</Box>
)}
{showPaginationSelector && (
<Box display="flex" flexDirection="column" gap={2} style={{ margin: '15px' }}>
<Typography>Please select the pagination element on the page</Typography>
<Button variant="contained" onClick={handleStartPaginationSelection}>Start Selection</Button>
{paginationSelector && (
<Typography>Selected pagination element: {paginationSelector}</Typography>
)}
</Box>
)}
{showPaginationSelector && (
<Box display="flex" flexDirection="column" gap={2} style={{ margin: '15px' }}>
<Typography>Please select the pagination element on the page</Typography>
<Button variant="contained" onClick={handleStartPaginationSelection}>Start Selection</Button>
{paginationSelector && (
<Typography>Selected pagination element: {paginationSelector}</Typography>
)}
</Box>
)}
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetText}>Capture Text</Button>}
{getText &&