This commit is contained in:
Eric Bailey
2024-08-29 17:29:28 -05:00
parent b2410c655f
commit 485036d65c
3 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -723,7 +723,9 @@ function ExpandedPostDetails({
s.mt2,
s.mb10,
]}>
<Text style={[a.text_sm, pal.textLight]}>{niceDate(i18n, post.indexedAt)}</Text>
<Text style={[a.text_sm, pal.textLight]}>
{niceDate(i18n, post.indexedAt)}
</Text>
{isRootPost && (
<WhoCanReply post={post} isThreadAuthor={isThreadAuthor} />
)}