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