Upgrade Prettier to 2.0.4. Reformatted all JS files
This commit is contained in:
@@ -20,11 +20,11 @@ function formatBytes(bytes, decimals = 2) {
|
||||
SizeField.propTypes = {
|
||||
label: PropTypes.string,
|
||||
record: PropTypes.object,
|
||||
source: PropTypes.string.isRequired
|
||||
source: PropTypes.string.isRequired,
|
||||
}
|
||||
|
||||
SizeField.defaultProps = {
|
||||
addLabel: true
|
||||
addLabel: true,
|
||||
}
|
||||
|
||||
export default SizeField
|
||||
|
||||
Reference in New Issue
Block a user