feature(ui-ux): address book ui for transfer domain #13557
ci.yml
on: pull_request
Lint
1m 36s
Lint - Prettier
1m 32s
Annotations
2 errors
Lint:
mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/OCG/CFPDetailScreen.tsx#L245
Property 'setAddressLabel' is missing in type '{ control: Control<FieldValues, any>; networkName: "mainnet" | "testnet" | "regtest" | "devnet" | "changi"; title: string; onContactButtonPress: () => void; showQrButton: false; onClearButtonPress: () => Promise<...>; onAddressChange: (address: string) => Promise<...>; address: any; onlyLocalAddress: true; }' but required in type '{ control: Control; networkName: "mainnet" | "testnet" | "regtest" | "devnet" | "changi"; onContactButtonPress: () => void; onQrButtonPress?: (() => void) | undefined; onClearButtonPress: () => void; ... 10 more ...; setAddressLabel: Dispatch<...>; }'.
|
Lint
Process completed with exit code 2.
|