diff --git a/app/soapbox/features/ui/components/profile_info_panel.js b/app/soapbox/features/ui/components/profile_info_panel.js index 0412beab9..7e15a079e 100644 --- a/app/soapbox/features/ui/components/profile_info_panel.js +++ b/app/soapbox/features/ui/components/profile_info_panel.js @@ -101,7 +101,7 @@ class ProfileInfoPanel extends ImmutablePureComponent { } - { + { !deactivated && (account.get('note').length > 0 && account.get('note') !== '

') &&
}