Skip to content

Commit

Permalink
Merge pull request #376 from SquareTable/322-bio-disappears-when-badg…
Browse files Browse the repository at this point in the history
…es-show-in-profilepages-for-an-account

Bio no longer disappears
  • Loading branch information
Sebastian-Webster authored Feb 2, 2024
2 parents 2de4566 + dd0a8db commit b88d954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion screens/ProfilePages.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ const ProfilePages = ({ route, navigation }) => {
totalLikes: data.totalLikes,
profileKey: profileImage,
badges: data.badges,
privateAccount: data.privateAccount
privateAccount: data.privateAccount,
bio: data.bio
})
setLoadingFollowers(false)

Expand Down

0 comments on commit b88d954

Please sign in to comment.