chore: lint

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

View File

@@ -289,8 +289,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
</div> </div>
</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 &&
<> <>