diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-23 18:12:00 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-23 18:12:00 -0400 |
commit | 7d2414c756a2edb9393161d439ce2deb3e96b5c4 (patch) | |
tree | 4185c2c33bc2c76b2e6440750dd731eff3ef0ed4 /src/components/profile/ProfileHeader.tsx | |
parent | 6f65b7f194073222640d26d1582be69349f1c340 (diff) |
better fix
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-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 494b33bd..9e11b8d5 100644 --- a/src/components/profile/ProfileHeader.tsx +++ b/src/components/profile/ProfileHeader.tsx @@ -82,7 +82,7 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({ {showBadgeView && ( <BadgeDetailView isEditable={userXName === username} - name={name} + userName={name} setBadgeViewVisible={setBadgeViewVisible} /> )} |