diff --git a/app/components/markdown/markdown_image/index.tsx b/app/components/markdown/markdown_image/index.tsx index b8ac1aed7..e0d6f5678 100644 --- a/app/components/markdown/markdown_image/index.tsx +++ b/app/components/markdown/markdown_image/index.tsx @@ -168,7 +168,7 @@ const MarkdownImage = ({ if (Platform.OS === 'android' && (height > ANDROID_MAX_HEIGHT || width > ANDROID_MAX_WIDTH)) { // Android has a cap on the max image size that can be displayed image = ( - + {image} @@ -213,10 +213,7 @@ const MarkdownImage = ({ } return ( - + {image} );