mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 02:07:10 +03:00
bugsnag: follows check
This commit is contained in:
parent
99ca9606b5
commit
97aeb410a2
@ -128,8 +128,8 @@ class ProfileView extends PureComponent {
|
||||
<ProfileSummary
|
||||
date={getFormatedCreatedDate(get(selectedUser, 'created'))}
|
||||
about={about}
|
||||
followerCount={follows.follower_count}
|
||||
followingCount={follows.following_count}
|
||||
followerCount={follows ? follows.follower_count : 0}
|
||||
followingCount={follows ? follows.following_count : 0}
|
||||
handleFollowUnfollowUser={handleFollowUnfollowUser}
|
||||
handleMuteUnmuteUser={handleMuteUnmuteUser}
|
||||
handleOnFavoritePress={handleOnFavoritePress}
|
||||
|
Loading…
Reference in New Issue
Block a user