aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
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}