Update PostThreadItem.tsx
This commit is contained in:
@@ -655,20 +655,12 @@ 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 && (
|
||||||
<>
|
<>
|
||||||
<Text style={[a.text_sm, pal.textLight]}>·</Text>
|
<Text style={[a.text_sm, pal.textLight]}> · </Text>
|
||||||
|
|
||||||
<Text
|
<Text
|
||||||
style={[a.text_sm, pal.link]}
|
style={[a.text_sm, pal.link]}
|
||||||
|
|||||||
Reference in New Issue
Block a user