aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-23 15:38:50 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-23 15:38:50 -0700
commite676ec0c9124613507b2064cb139522a2568c26e (patch)
tree73475943cbe3f64b75110872070bc38b06316637 /src/components/profile/ProfileHeader.tsx
parent08af552d55c3a2ef2ab3d2456c600981517253b8 (diff)
name issue
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r--src/components/profile/ProfileHeader.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx
index 3e83d991..5d5b695e 100644
--- a/src/components/profile/ProfileHeader.tsx
+++ b/src/components/profile/ProfileHeader.tsx
@@ -135,7 +135,7 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({
{showBadgeView && (
<BadgeDetailView
isEditable={userXName === username}
- name={name}
+ userFullName={name}
setBadgeViewVisible={setBadgeViewVisible}
/>
)}