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