Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeo committed Oct 28, 2019
1 parent ea858fb commit 32a1711
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ra-ui-materialui/src/input/ResettableTextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ function ResettableTextField({
<InputAdornment
position="end"
classes={{
root: props.select
? classes.selectAdornment
: null,
root: props.select ? classes.selectAdornment : null,
}}
>
<IconButton
Expand Down

0 comments on commit 32a1711

Please sign in to comment.