Prevent crash when tapping on a MD table
This commit is contained in:
parent
87c2adfde2
commit
502efbcdc0
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class MarkdownTable extends PureComponent<MarkdownTableProps, MarkdownTableState
|
|||
};
|
||||
|
||||
handlePress = preventDoubleTap(() => {
|
||||
const {intl} = this.context;
|
||||
const {intl} = this.props;
|
||||
const screen = 'Table';
|
||||
const title = intl.formatMessage({
|
||||
id: 'mobile.routes.table',
|
||||
|
|
|
|||
Loading…
Reference in a new issue