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