Upgrade Prettier to 2.0.4. Reformatted all JS files
This commit is contained in:
@@ -22,11 +22,11 @@ const RangeField = ({ record = {}, source }) => {
|
||||
RangeField.propTypes = {
|
||||
label: PropTypes.string,
|
||||
record: PropTypes.object,
|
||||
source: PropTypes.string.isRequired
|
||||
source: PropTypes.string.isRequired,
|
||||
}
|
||||
|
||||
RangeField.defaultProps = {
|
||||
addLabel: true
|
||||
addLabel: true,
|
||||
}
|
||||
|
||||
export { formatRange }
|
||||
|
||||
Reference in New Issue
Block a user