Ignore errors in DebugMod screen

This commit is contained in:
Eric Bailey
2025-01-02 15:08:35 -06:00
parent 48ef08aa3e
commit 30de00cdfa
+2
View File
@@ -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>