aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-23 16:07:17 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-23 16:07:17 -0700
commitc43281c29c8454c0e7f43e5a19434a2d9f01ea8b (patch)
tree7c68583dbdddec31c96d97e16cbf6107956689d5 /src/components/profile/ProfileHeader.tsx
parent82d4c3d8d2c6eb6ab71b543933866bb4a8ed4ec3 (diff)
incorrect data issue fixed
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r--src/components/profile/ProfileHeader.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx
index e4f864f2..35ec0ea9 100644
--- a/src/components/profile/ProfileHeader.tsx
+++ b/src/components/profile/ProfileHeader.tsx
@@ -146,6 +146,8 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({
</TouchableOpacity>
{showBadgeView && (
<BadgeDetailView
+ userXId={userXId}
+ screenType={screenType}
isEditable={userXName === username}
userFullName={name}
setBadgeViewVisible={setBadgeViewVisible}