diff --git a/app/soapbox/features/ui/components/profile_info_panel.js b/app/soapbox/features/ui/components/profile_info_panel.js
index c32bfc42e..4b5559bfd 100644
--- a/app/soapbox/features/ui/components/profile_info_panel.js
+++ b/app/soapbox/features/ui/components/profile_info_panel.js
@@ -46,6 +46,18 @@ class ProfileInfoPanel extends ImmutablePureComponent {
displayFqn: PropTypes.bool,
};
+ getStaffBadge = () => {
+ const { account } = this.props;
+
+ if (isAdmin(account)) {
+ return