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