Update PostThreadItem.tsx

This commit is contained in:
Minseo Lee
2024-08-09 09:21:27 +09:00
parent 4501a93951
commit a203d3c193
+10 -2
View File
@@ -655,12 +655,20 @@ function ExpandedPostDetails({
}, [openLink, translatorUrl])
return (
<View style={[a.flex_row, a.align_center, a.flex_wrap, s.mt2, s.mb10]}>
<View
style={[
a.flex_row,
a.align_center,
a.flex_wrap,
a.gap_sm,
s.mt2,
s.mb10,
]}>
<Text style={[a.text_sm, pal.textLight]}>{niceDate(post.indexedAt)}</Text>
<WhoCanReply post={post} isThreadAuthor={isThreadAuthor} />
{needsTranslation && (
<>
<Text style={[a.text_sm, pal.textLight]}> &middot; </Text>
<Text style={[a.text_sm, pal.textLight]}>&middot;</Text>
<Text
style={[a.text_sm, pal.link]}