From 502efbcdc035b8ca43329ceca7ff8e67d3abf5c6 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 20 May 2022 12:57:53 -0400 Subject: [PATCH] Prevent crash when tapping on a MD table --- app/components/markdown/markdown_table/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/markdown/markdown_table/index.tsx b/app/components/markdown/markdown_table/index.tsx index d733e73d99..9d17b3a918 100644 --- a/app/components/markdown/markdown_table/index.tsx +++ b/app/components/markdown/markdown_table/index.tsx @@ -143,7 +143,7 @@ class MarkdownTable extends PureComponent { - const {intl} = this.context; + const {intl} = this.props; const screen = 'Table'; const title = intl.formatMessage({ id: 'mobile.routes.table',