Fix props

This commit is contained in:
Chi Vinh Le
2018-08-24 15:40:34 +02:00
parent b2b9b20efb
commit eab8f0e18b
@@ -28,9 +28,5 @@ const FormField: StatelessComponent<InnerProps> = props => {
);
};
FormField.defaultProps = {
itemGutter: true,
};
const enhanced = withStyles(styles)(FormField);
export default enhanced;