linting fix

This commit is contained in:
feruz 2019-12-12 05:49:15 +02:00
parent 772288157e
commit deba3a53d9

View File

@ -133,6 +133,7 @@ class CommentView extends PureComponent {
iconType="MaterialIcons"
/>
<ActionSheet
// eslint-disable-next-line no-return-assign
ref={o => (this.ActionSheet = o)}
options={[
intl.formatMessage({ id: 'alert.delete' }),