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