no longer showing tab in post header

This commit is contained in:
Nouman Tahir 2021-05-12 01:33:54 +05:00
parent 78ef575ef4
commit 7d1bdbae4a

View File

@ -91,16 +91,6 @@ class PostHeaderDescription extends PureComponent {
</View>
</View>
<View style={styles.rightContainer}>
{!!content && (
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
<Tag
isPostCardTag={!isPromoted}
isPin
value={content.category}
communityTitle={content.community_title}
/>
</TouchableOpacity>
)}
{!!tag && (
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
<Tag isPostCardTag={!isPromoted} isPin value={tag} />