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