Upgrade Prettier to 2.0.4. Reformatted all JS files

This commit is contained in:
Deluan
2020-04-20 09:09:29 -04:00
parent de115ff466
commit b3f70538a9
55 changed files with 318 additions and 286 deletions
+2 -2
View File
@@ -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