mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +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>
|
</View>
|
||||||
<View style={styles.rightContainer}>
|
<View style={styles.rightContainer}>
|
||||||
{!!content && (
|
|
||||||
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
|
|
||||||
<Tag
|
|
||||||
isPostCardTag={!isPromoted}
|
|
||||||
isPin
|
|
||||||
value={content.category}
|
|
||||||
communityTitle={content.community_title}
|
|
||||||
/>
|
|
||||||
</TouchableOpacity>
|
|
||||||
)}
|
|
||||||
{!!tag && (
|
{!!tag && (
|
||||||
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
|
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
|
||||||
<Tag isPostCardTag={!isPromoted} isPin value={tag} />
|
<Tag isPostCardTag={!isPromoted} isPin value={tag} />
|
||||||
|
Loading…
Reference in New Issue
Block a user