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(); resetListState();
}, [stopGetList, resetListState]); }, [stopGetList, resetListState]);
const stopCaptureAndEmitGetListSettings = useCallback(() => { const stopCaptureAndEmitGetListSettings = useCallback(() => {
stopGetList(); stopGetList();
const settings = getListSettingsObject(); const settings = getListSettingsObject();
@@ -205,7 +204,6 @@ export const RightSidePanel = () => {
</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 &&
<> <>