From 363e700681947cdaa4a82cc8cd30df4133944e73 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 2 Jan 2025 14:31:43 -0600 Subject: [PATCH] Omit type from constraint for old ProfileCard --- src/view/com/profile/ProfileCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/profile/ProfileCard.tsx b/src/view/com/profile/ProfileCard.tsx index eab8611dd4..f6e59fc69d 100644 --- a/src/view/com/profile/ProfileCard.tsx +++ b/src/view/com/profile/ProfileCard.tsx @@ -41,7 +41,7 @@ export function ProfileCard({ showKnownFollowers, }: { testID?: string - profile: AppBskyActorDefs.ProfileViewBasic + profile: Omit noModFilter?: boolean noBg?: boolean noBorder?: boolean