Omit type from constraint for old ProfileCard

This commit is contained in:
Eric Bailey
2025-01-02 14:31:43 -06:00
parent 8579fa99d2
commit a9e6164d29
+1 -1
View File
@@ -41,7 +41,7 @@ export function ProfileCard({
showKnownFollowers,
}: {
testID?: string
profile: AppBskyActorDefs.ProfileViewBasic
profile: Omit<AppBskyActorDefs.ProfileViewBasic, '$type'>
noModFilter?: boolean
noBg?: boolean
noBorder?: boolean