unfollow tag label

This commit is contained in:
feruz 2021-02-04 20:39:32 +02:00
parent 911ea6c77b
commit bf20defe61

View File

@ -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