Skip to content

Commit

Permalink
Prettier change
Browse files Browse the repository at this point in the history
  • Loading branch information
WiXSL authored Oct 30, 2019
1 parent 37c550a commit 2c4ece1
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 @@ -98,9 +98,7 @@ function ResettableTextField({
<InputAdornment
position="end"
classes={{
root: props.select
? selectAdornment
: null,
root: props.select ? selectAdornment : null,
}}
>
<IconButton
Expand Down

0 comments on commit 2c4ece1

Please sign in to comment.