fix: whitespace
This commit is contained in:
@@ -131,7 +131,6 @@ export const RightSidePanel = () => {
|
||||
resetListState();
|
||||
}, [stopGetList, resetListState]);
|
||||
|
||||
|
||||
const stopCaptureAndEmitGetListSettings = useCallback(() => {
|
||||
stopGetList();
|
||||
const settings = getListSettingsObject();
|
||||
@@ -205,7 +204,6 @@ export const RightSidePanel = () => {
|
||||
</Box>
|
||||
)}
|
||||
|
||||
|
||||
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetText}>Capture Text</Button>}
|
||||
{getText &&
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user