Skip to content

Commit

Permalink
Bio now shows up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Feb 2, 2024
1 parent 2de4566 commit dd0a8db
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 dd0a8db

Please sign in to comment.