From ca077e43f93765dfcb9e299a28df565b19074698 Mon Sep 17 00:00:00 2001 From: Sean King Date: Sun, 30 Aug 2020 20:15:02 -0600 Subject: [PATCH] Make remote follow button actually show --- .../features/account/components/header.js | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/app/soapbox/features/account/components/header.js b/app/soapbox/features/account/components/header.js index 444cb5272..04c628a1e 100644 --- a/app/soapbox/features/account/components/header.js +++ b/app/soapbox/features/account/components/header.js @@ -288,19 +288,16 @@ class Header extends ImmutablePureComponent { } - { - me && -
- - {account.get('id') !== me && account.getIn(['pleroma', 'accepts_chat_messages'], false) === true && - - } - -
- } +
+ + {me && account.get('id') !== me && account.getIn(['pleroma', 'accepts_chat_messages'], false) === true && + + } + {me && } +