chore: lint

This commit is contained in:
karishmas6
2024-09-08 14:09:08 +05:30
parent 493c3f5a25
commit 8f77ecf1f0

View File

@@ -290,7 +290,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
)} )}
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetText}>Capture Text</Button>} {!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetText}>Capture Text</Button>}
{getText && {getText &&
<> <>