mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +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}>
|
||||
{isFollowing ? (
|
||||
<Tag value="Unfollow" isPostCardTag={false} disabled />
|
||||
<Tag value="Unfollow" label={rightText} isPostCardTag={false} disabled />
|
||||
) : (
|
||||
<>
|
||||
<Text
|
||||
|
Loading…
Reference in New Issue
Block a user