scripts/core/interactive-article-actions-panel/subcomponents/destination-select.tsx
Function render
has 91 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const selectedDestination = this.props.value;
const destinationPersonalSpace: {id: string; label: string} = {
id: PERSONAL_SPACE, label: gettext('Personal space'),
};