aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-23 18:14:52 -0400
committerGitHub <noreply@github.com>2021-04-23 18:14:52 -0400
commit5f3bfdc0f6e1b24c2f024b308b66cbd1ed2b12d6 (patch)
treec2f1f74eb0d352b388250a5d5f66e0e50df9f26f /src/components/profile/ProfileHeader.tsx
parent5e247c2045fa53616008aae73f0192ffed048709 (diff)
parent7d2414c756a2edb9393161d439ce2deb3e96b5c4 (diff)
Merge pull request #387 from IvanIFChen/hotfix-toggle-off-gif
[HOTFIX] Toggled off gif
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 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}
/>
)}