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