chore: lint

This commit is contained in:
karishmas6
2024-08-09 19:19:44 +05:30
parent 531617474f
commit 21a34a1882

View File

@@ -134,8 +134,8 @@ export const RightSidePanel = () => {
</SimpleBox>
<Box display="flex" flexDirection="column" gap={2} style={{ margin: '15px' }}>
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetList}>Capture List</Button>}
{getList &&
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetList}>Capture List</Button>}
{getList &&
<>
<Box display="flex" justifyContent="space-between" gap={2} style={{ margin: '15px' }}>
<Button variant="outlined" onClick={stopCaptureAndEmitGetListSettings}>Confirm</Button>
@@ -237,7 +237,7 @@ export const RightSidePanel = () => {
<TextField
label="Field Label"
value={field.label || ''}
onChange={() => {}}
onChange={() => { }}
fullWidth
margin="normal"
InputProps={{