We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2efe2 commit b259262Copy full SHA for b259262
app/components/UI/Ramp/Deposit/Views/BasicInfo/BasicInfo.tsx
@@ -181,7 +181,6 @@ const BasicInfo = (): JSX.Element => {
181
value={formData.mobileNumber}
182
onChangeText={handleFormDataChange('mobileNumber')}
183
error={errors.mobileNumber}
184
- testID="phone-number-input"
185
ref={phoneInputRef}
186
onSubmitEditing={handleSubmitEditing(dateInputRef)}
187
/>
app/components/UI/Ramp/Deposit/constants.ts
@@ -43,9 +43,10 @@ export interface DepositRegion {
43
name: string;
44
phonePrefix: string;
45
currency: string;
46
- phoneDigitCount: number;
47
recommended?: boolean;
48
supported: boolean;
+ template: string;
49
+ placeholder: string;
50
}
51
52
export const USDC_TOKEN: DepositCryptoCurrency = {
0 commit comments