Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -34,9 +34,7 @@ const STYLES = {
|
||||
},
|
||||
};
|
||||
|
||||
const Label = React.memo(({
|
||||
name, color, size, isDisabled, onClick,
|
||||
}) => {
|
||||
const Label = React.memo(({ name, color, size, isDisabled, onClick }) => {
|
||||
const style = {
|
||||
...STYLES[size],
|
||||
background: LabelColors.MAP[color],
|
||||
|
||||
Reference in New Issue
Block a user