From 3cdf516b681ddfb2960479f51c31136446770cd4 Mon Sep 17 00:00:00 2001 From: OtavioStasiak Date: Wed, 16 Oct 2024 14:25:30 -0300 Subject: [PATCH] minor changes --- app/containers/markdown/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/containers/markdown/index.tsx b/app/containers/markdown/index.tsx index 5e0545531b..6b33eb12a8 100644 --- a/app/containers/markdown/index.tsx +++ b/app/containers/markdown/index.tsx @@ -142,9 +142,6 @@ class Markdown extends PureComponent { renderText = ({ context, literal }: { context: []; literal: string }) => { const { numberOfLines } = this.props; const defaultStyle = [this.isMessageContainsOnlyEmoji ? styles.textBig : {}, ...context.map(type => styles[type])]; - - if (this.isMessageContainsOnlyEmoji) return this.renderEmoji({ literal }); - return ( {literal}