mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +00:00
eslint: object-curly-spacing/array-bracket-spacing
This commit is contained in:
@@ -106,7 +106,7 @@ export default class EditableList extends Component<
|
||||
const newItems = new Set(this.props.data);
|
||||
newItems.delete(item);
|
||||
|
||||
this.props.onChange([...newItems]);
|
||||
this.props.onChange([ ...newItems ]);
|
||||
}
|
||||
|
||||
private handleItemEdit(item: string, newValue: string) {
|
||||
|
||||
Reference in New Issue
Block a user