From 3127c56586ad97addb7a6e3a20e8c45b93fe719e Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Sat, 26 Oct 2024 10:28:13 -0700 Subject: [PATCH] Fix profile header bottom border missing on mobile --- src/components/contentDisplay/profileHeader/ProfileHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/contentDisplay/profileHeader/ProfileHeader.tsx b/src/components/contentDisplay/profileHeader/ProfileHeader.tsx index 9bd41e77..74c49c43 100644 --- a/src/components/contentDisplay/profileHeader/ProfileHeader.tsx +++ b/src/components/contentDisplay/profileHeader/ProfileHeader.tsx @@ -55,7 +55,7 @@ export default function ProfileHeader(props: Props) { )} {profile && contentFilter && ( -
+
{isBlocked || hasBlockedYou ? (