mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
no longer showing tab in post header
This commit is contained in:
parent
78ef575ef4
commit
7d1bdbae4a
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user