about summary refs log tree commit diff
path: root/src/screens/PostThread/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/PostThread/components')
-rw-r--r--src/screens/PostThread/components/ThreadItemAnchor.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx
index 23a92bc28..481c335db 100644
--- a/src/screens/PostThread/components/ThreadItemAnchor.tsx
+++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx
@@ -510,6 +510,7 @@ function ExpandedPostDetails({
   const t = useTheme()
   const {_, i18n} = useLingui()
   const openLink = useOpenLink()
+  const isRootPost = !('reply' in post.record)
   const langPrefs = useLanguagePrefs()
 
   const translatorUrl = getTranslatorLink(
@@ -555,7 +556,9 @@ function ExpandedPostDetails({
         <Text style={[a.text_sm, t.atoms.text_contrast_medium]}>
           {niceDate(i18n, post.indexedAt)}
         </Text>
-        <WhoCanReply post={post} isThreadAuthor={isThreadAuthor} />
+        {isRootPost && (
+          <WhoCanReply post={post} isThreadAuthor={isThreadAuthor} />
+        )}
         {needsTranslation && (
           <>
             <Text style={[a.text_sm, t.atoms.text_contrast_medium]}>