linting warning fix

This commit is contained in:
feruz 2019-12-12 05:31:10 +02:00
parent dbaa3443e8
commit 772288157e
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ const FilterBarView = ({
<View style={styles.dropdownWrapper}>
{options.map((item, index) => (
<Tag
key={index.toString()}
value={item}
isFilter
isPin={index === selectedOptionIndex}

View File

@ -230,6 +230,7 @@ class PostDisplayView extends PureComponent {
</ScrollView>
{post && this._getTabBar(true)}
<ActionSheet
// eslint-disable-next-line no-return-assign
ref={o => (this.ActionSheet = o)}
options={[
intl.formatMessage({ id: 'alert.delete' }),