diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-23 15:38:50 -0700 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-23 15:38:50 -0700 |
| commit | e676ec0c9124613507b2064cb139522a2568c26e (patch) | |
| tree | 73475943cbe3f64b75110872070bc38b06316637 /src/components/profile | |
| parent | 08af552d55c3a2ef2ab3d2456c600981517253b8 (diff) | |
name issue
Diffstat (limited to 'src/components/profile')
| -rw-r--r-- | src/components/profile/ProfileHeader.tsx | 2 |
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} /> )} |
