chore: lint

This commit is contained in:
karishmas6
2024-09-03 22:26:40 +05:30
parent 38d83bd6a9
commit c007d2713d

View File

@@ -150,7 +150,7 @@ export const RightSidePanel = () => {
const handlePaginationSettingSelect = (option: string) => { const handlePaginationSettingSelect = (option: string) => {
setSelectedPaginationSetting(option); setSelectedPaginationSetting(option);
if (['clickNext', 'clickLoadMore'].includes(option)) { if (['clickNext', 'clickLoadMore'].includes(option)) {
} }
}; };
const handleStartPaginationSelection = () => { const handleStartPaginationSelection = () => {
@@ -200,7 +200,7 @@ export const RightSidePanel = () => {
<Button variant={selectedPaginationSetting === 'none' ? "contained" : "outlined"} onClick={() => handlePaginationSettingSelect('none')}>No more items to load</Button> <Button variant={selectedPaginationSetting === 'none' ? "contained" : "outlined"} onClick={() => handlePaginationSettingSelect('none')}>No more items to load</Button>
</Box> </Box>
)} )}
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetText}>Capture Text</Button>} {!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetText}>Capture Text</Button>}
{getText && {getText &&