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