mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 22:03:21 +03:00
linting warning fix
This commit is contained in:
parent
dbaa3443e8
commit
772288157e
@ -30,6 +30,7 @@ const FilterBarView = ({
|
||||
<View style={styles.dropdownWrapper}>
|
||||
{options.map((item, index) => (
|
||||
<Tag
|
||||
key={index.toString()}
|
||||
value={item}
|
||||
isFilter
|
||||
isPin={index === selectedOptionIndex}
|
||||
|
@ -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' }),
|
||||
|
Loading…
Reference in New Issue
Block a user