From f4b7f2a1bff4696a8128284e57156dd0c5295ac8 Mon Sep 17 00:00:00 2001 From: Mary Kate Date: Mon, 17 Aug 2020 22:34:27 -0500 Subject: [PATCH] remove deactivated proile bio hotfix --- app/soapbox/features/ui/components/profile_info_panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') !== '

') &&
}