Ignore errors in DebugMod screen
This commit is contained in:
@@ -133,6 +133,7 @@ export const DebugModScreen = ({}: NativeStackScreenProps<
|
||||
})
|
||||
mockedProfile.did = did
|
||||
mockedProfile.avatar = 'https://bsky.social/about/images/favicon-32x32.png'
|
||||
// @ts-ignore ProfileViewBasic is close enough -esb
|
||||
mockedProfile.banner =
|
||||
'https://bsky.social/about/images/social-card-default-gradient.png'
|
||||
return mockedProfile
|
||||
@@ -922,6 +923,7 @@ function MockAccountScreen({
|
||||
// @ts-ignore ProfileViewBasic is close enough -prf
|
||||
profile={profile}
|
||||
moderationOpts={moderationOpts}
|
||||
// @ts-ignore ProfileViewBasic is close enough -esb
|
||||
descriptionRT={new RichText({text: profile.description as string})}
|
||||
/>
|
||||
</ScreenHider>
|
||||
|
||||
Reference in New Issue
Block a user