fix: whitespace

This commit is contained in:
karishmas6
2024-09-04 05:38:01 +05:30
parent d06d4a5c28
commit 4522e75ff9

View File

@@ -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 &&
<>