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);
|
||||
};
|
||||
|
||||
componentWillMount () {
|
||||
UNSAFE_componentWillMount () {
|
||||
const { intl } = this.props;
|
||||
|
||||
this.options = [
|
||||
|
|
|
@ -203,7 +203,7 @@ class FeaturedTagsDropdown extends PureComponent {
|
|||
this.props.onChange(value);
|
||||
};
|
||||
|
||||
componentWillMount () {
|
||||
UNSAFE_componentWillMount () {
|
||||
this.options = featuredTags.map((tag) => {
|
||||
return { value: `#${tag}`, text: `#${tag}` };
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue