diff --git a/app/javascript/mastodon/features/account/components/header.jsx b/app/javascript/mastodon/features/account/components/header.jsx index e9d6071a21f..1849410e93b 100644 --- a/app/javascript/mastodon/features/account/components/header.jsx +++ b/app/javascript/mastodon/features/account/components/header.jsx @@ -448,6 +448,29 @@ class Header extends ImmutablePureComponent { +
+ + + + + + + + + + + +
+ {badges.length > 0 && (
{badges} @@ -478,29 +501,6 @@ class Header extends ImmutablePureComponent { ))}
- -
- - - - - - - - - - - -
)}