chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -56,7 +56,7 @@ class CollectionEdit extends React.Component<Props> {
|
||||
}
|
||||
};
|
||||
|
||||
handleDescriptionChange = getValue => {
|
||||
handleDescriptionChange = (getValue) => {
|
||||
this.description = getValue();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user