Fix lint
This commit is contained in:
parent
af2727387e
commit
22b62ff446
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ class ExpirationDropdown extends PureComponent {
|
||||||
this.props.onChange(value);
|
this.props.onChange(value);
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillMount () {
|
UNSAFE_componentWillMount () {
|
||||||
const { intl } = this.props;
|
const { intl } = this.props;
|
||||||
|
|
||||||
this.options = [
|
this.options = [
|
||||||
|
|
|
@ -203,7 +203,7 @@ class FeaturedTagsDropdown extends PureComponent {
|
||||||
this.props.onChange(value);
|
this.props.onChange(value);
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillMount () {
|
UNSAFE_componentWillMount () {
|
||||||
this.options = featuredTags.map((tag) => {
|
this.options = featuredTags.map((tag) => {
|
||||||
return { value: `#${tag}`, text: `#${tag}` };
|
return { value: `#${tag}`, text: `#${tag}` };
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue