Prevent crash when tapping on a MD table

This commit is contained in:
Elias Nahum
2022-05-20 12:57:53 -04:00
parent 87c2adfde2
commit 502efbcdc0

View File

@@ -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',