Skip to content

Commit b259262

Browse files
committed
chore: lint
1 parent 1d2efe2 commit b259262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/UI/Ramp/Deposit/Views/BasicInfo/BasicInfo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ const BasicInfo = (): JSX.Element => {
181181
value={formData.mobileNumber}
182182
onChangeText={handleFormDataChange('mobileNumber')}
183183
error={errors.mobileNumber}
184-
testID="phone-number-input"
185184
ref={phoneInputRef}
186185
onSubmitEditing={handleSubmitEditing(dateInputRef)}
187186
/>

app/components/UI/Ramp/Deposit/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ export interface DepositRegion {
4343
name: string;
4444
phonePrefix: string;
4545
currency: string;
46-
phoneDigitCount: number;
4746
recommended?: boolean;
4847
supported: boolean;
48+
template: string;
49+
placeholder: string;
4950
}
5051

5152
export const USDC_TOKEN: DepositCryptoCurrency = {

0 commit comments

Comments
 (0)