Skip to content

Commit

Permalink
fixed lint (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubervila authored Aug 16, 2023
1 parent 09e76de commit 48ccc91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/components/newProduct/Step3.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ export function InputReadOnly({ name, value, onClear }) {
InputProps={
onClear !== undefined
? {
endAdornment: (
<InputAdornment position="end">
<IconButton onClick={onClear}>
<CloseIcon />
</IconButton>
</InputAdornment>
)
}
endAdornment: (
<InputAdornment position="end">
<IconButton onClick={onClear}>
<CloseIcon />
</IconButton>
</InputAdornment>
)
}
: null
}
/>
Expand Down

0 comments on commit 48ccc91

Please sign in to comment.