From 8c758d7577e6779cb73153fb0bb8f5e4335c0b4d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 9 Oct 2021 12:47:30 -0500 Subject: [PATCH] AccountHeader: disable &--missing functionality for now, since it messes up sticky sidebars --- app/soapbox/features/account/components/header.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/account/components/header.js b/app/soapbox/features/account/components/header.js index 4dc7fad41..ac6b12b04 100644 --- a/app/soapbox/features/account/components/header.js +++ b/app/soapbox/features/account/components/header.js @@ -325,13 +325,13 @@ class Header extends ImmutablePureComponent { const menu = this.makeMenu(); const header = account.get('header', ''); - const headerMissing = !header || ['/images/banner.png', '/headers/original/missing.png'].some(path => header.endsWith(path)); + // const headerMissing = !header || ['/images/banner.png', '/headers/original/missing.png'].some(path => header.endsWith(path)); const avatarSize = isSmallScreen ? 90 : 200; const deactivated = !account.getIn(['pleroma', 'is_active'], true); return (
-
+
{info}