mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
unfollow tag label
This commit is contained in:
parent
911ea6c77b
commit
bf20defe61
@ -90,7 +90,7 @@ const UserListItem = ({
|
|||||||
) : (
|
) : (
|
||||||
<TouchableOpacity style={styles.rightWrapper} onPress={_handleSubscribeButtonPress}>
|
<TouchableOpacity style={styles.rightWrapper} onPress={_handleSubscribeButtonPress}>
|
||||||
{isFollowing ? (
|
{isFollowing ? (
|
||||||
<Tag value="Unfollow" isPostCardTag={false} disabled />
|
<Tag value="Unfollow" label={rightText} isPostCardTag={false} disabled />
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Text
|
<Text
|
||||||
|
Loading…
Reference in New Issue
Block a user