Omit type from constraint for old ProfileCard
This commit is contained in:
@@ -41,7 +41,7 @@ export function ProfileCard({
|
|||||||
showKnownFollowers,
|
showKnownFollowers,
|
||||||
}: {
|
}: {
|
||||||
testID?: string
|
testID?: string
|
||||||
profile: AppBskyActorDefs.ProfileViewBasic
|
profile: Omit<AppBskyActorDefs.ProfileViewBasic, '$type'>
|
||||||
noModFilter?: boolean
|
noModFilter?: boolean
|
||||||
noBg?: boolean
|
noBg?: boolean
|
||||||
noBorder?: boolean
|
noBorder?: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user