diff --git a/src/screens/Signup/index.tsx b/src/screens/Signup/index.tsx index 5f406eb7ae..55367fa9e0 100644 --- a/src/screens/Signup/index.tsx +++ b/src/screens/Signup/index.tsx @@ -26,6 +26,7 @@ import {Divider} from '#/components/Divider' import {LinearGradientBackground} from '#/components/LinearGradientBackground' import {InlineLinkText} from '#/components/Link' import {Text} from '#/components/Typography' +import * as atp from '#/types/atproto' export function Signup({onPressBack}: {onPressBack: () => void}) { const {_} = useLingui() @@ -95,7 +96,10 @@ export function Signup({onPressBack}: {onPressBack: () => void}) { scrollable> {showStarterPackCard && - AppBskyGraphStarterpack.isRecord(starterPack.record) ? ( + atp.dangerousIsType( + starterPack.record, + AppBskyGraphStarterpack.isRecord, + ) ? (