From ba4906058db17c474308c501ea756ee504140f6d Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Wed, 31 Jul 2024 15:48:26 +0200 Subject: [PATCH] fix(post): edited timestamp showed html on mobile --- src/components/post-mobile/post-mobile.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/post-mobile/post-mobile.tsx b/src/components/post-mobile/post-mobile.tsx index a3cb51e8..3a6dc329 100644 --- a/src/components/post-mobile/post-mobile.tsx +++ b/src/components/post-mobile/post-mobile.tsx @@ -202,7 +202,12 @@ const PostMessageMobile = ({ post }: PostProps) => { {showOriginal && }
- {t('comment_edited_at_timestamp', { timestamp: getFormattedDate(edit?.timestamp), interpolation: { escapeValue: false } })}{' '} + } /> }} + />{' '} {reason && <>{t('reason_reason', { reason: reason, interpolation: { escapeValue: false } })} } {showOriginal ? (