From 245fe855be0c08d59c09d680d6e4e406f896d569 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 14 Aug 2023 19:02:47 +0200 Subject: [PATCH] [Glitch] Fix unfollow icon styling in advanced column Port d9c21293aa6e105cedeff6b5e469af40a20909d9 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/account/components/header.jsx | 4 ++-- app/javascript/flavours/glitch/styles/components/misc.scss | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/javascript/flavours/glitch/features/account/components/header.jsx b/app/javascript/flavours/glitch/features/account/components/header.jsx index c956834776..acebd9f322 100644 --- a/app/javascript/flavours/glitch/features/account/components/header.jsx +++ b/app/javascript/flavours/glitch/features/account/components/header.jsx @@ -196,9 +196,9 @@ class Header extends ImmutablePureComponent { if (signedIn && !account.get('relationship')) { // Wait until the relationship is loaded actionBtn = ''; } else if (account.getIn(['relationship', 'requested'])) { - actionBtn =