Update PostThreadItem.tsx

This commit is contained in:
Minseo Lee
2024-08-09 09:16:30 +09:00
parent e3b2a8aeb5
commit 4501a93951
+1 -9
View File
@@ -655,15 +655,7 @@ function ExpandedPostDetails({
}, [openLink, translatorUrl]) }, [openLink, translatorUrl])
return ( return (
<View <View style={[a.flex_row, a.align_center, a.flex_wrap, s.mt2, s.mb10]}>
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> <Text style={[a.text_sm, pal.textLight]}>{niceDate(post.indexedAt)}</Text>
<WhoCanReply post={post} isThreadAuthor={isThreadAuthor} /> <WhoCanReply post={post} isThreadAuthor={isThreadAuthor} />
{needsTranslation && ( {needsTranslation && (