Skip to content

Commit

Permalink
fixup: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Browning committed Sep 30, 2020
1 parent 5c48b18 commit 4f97ed5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ra-ui-materialui/src/input/NullableBooleanInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ export type NullableBooleanInputProps = InputProps<TextFieldProps> &
trueLabel?: string;
};

const NullableBooleanInput: FunctionComponent<
NullableBooleanInputProps
> = props => {
const NullableBooleanInput: FunctionComponent<NullableBooleanInputProps> = props => {
const {
className,
classes: classesOverride,
Expand Down

0 comments on commit 4f97ed5

Please sign in to comment.