Skip to content

Commit b7c6c4f

Browse files
author
Ken Browning
committed
fixup: prettier
1 parent e94e908 commit b7c6c4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/ra-ui-materialui/src/input/NullableBooleanInput.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ export type NullableBooleanInputProps = InputProps<TextFieldProps> &
3636
trueLabel?: string;
3737
};
3838

39-
const NullableBooleanInput: FunctionComponent<
40-
NullableBooleanInputProps
41-
> = props => {
39+
const NullableBooleanInput: FunctionComponent<NullableBooleanInputProps> = props => {
4240
const {
4341
className,
4442
classes: classesOverride,

0 commit comments

Comments
 (0)