Omit type from constraint for old ProfileCard

This commit is contained in:
Eric Bailey
2025-01-02 14:31:43 -06:00
parent f0c6224781
commit 363e700681
+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