Hide quote counts for quotegated posts (#5011)
parent
16d556c3c9
commit
b136c44287
|
@ -398,7 +398,9 @@ let PostThreadItemLoaded = ({
|
|||
</Text>
|
||||
</Link>
|
||||
) : null}
|
||||
{post.quoteCount != null && post.quoteCount !== 0 ? (
|
||||
{post.quoteCount != null &&
|
||||
post.quoteCount !== 0 &&
|
||||
!post.viewer?.embeddingDisabled ? (
|
||||
<Link
|
||||
style={styles.expandedInfoItem}
|
||||
href={quotesHref}
|
||||
|
|
Loading…
Reference in New Issue