diff --git a/app/soapbox/features/ui/components/profile_info_panel.js b/app/soapbox/features/ui/components/profile_info_panel.js index fb50586d1..4ca0ef388 100644 --- a/app/soapbox/features/ui/components/profile_info_panel.js +++ b/app/soapbox/features/ui/components/profile_info_panel.js @@ -103,15 +103,6 @@ class ProfileInfoPanel extends ImmutablePureComponent { {account.getIn(['patron', 'is_patron']) && } - {isLocal(account) &&
- - -
} -
} + {isLocal(account) &&
+ + +
} + {(fields.size > 0 || identity_proofs.size > 0) && (
{identity_proofs.map((proof, i) => (