chore: lint
This commit is contained in:
@@ -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 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user