Skip to content

Commit

Permalink
Merge pull request #2917 from ecency/nt/user-list-follow-fix
Browse files Browse the repository at this point in the history
nt/follow-fix
  • Loading branch information
feruzm authored Sep 3, 2024
2 parents 2e8e956 + 337bdb9 commit 065af66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const UserListItem = ({
if (onPressRightText) {
const _data = {};
_data.following = username;
onPressRightText();
onPressRightText(_data);
}
};

Expand Down

0 comments on commit 065af66

Please sign in to comment.