From 10a77f06144d8e487eede355e69807e24fbce9a0 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 29 May 2025 19:10:33 -0500 Subject: [PATCH] Fix render bug on native --- .../PostThread/components/ThreadReply.tsx | 24 ++++++++++--------- src/state/queries/usePostThread/index.ts | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/screens/PostThread/components/ThreadReply.tsx b/src/screens/PostThread/components/ThreadReply.tsx index 6300a919d7..e7acf5499a 100644 --- a/src/screens/PostThread/components/ThreadReply.tsx +++ b/src/screens/PostThread/components/ThreadReply.tsx @@ -269,7 +269,7 @@ let PostThreadItemLoaded = ({ {item.ui.showChildReplyLine && ( {richText?.text ? ( - + + + ) : undefined} {limitLines ? (