Skip to content

Commit

Permalink
Update Checkout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Sep 19, 2023
1 parent 0b6e254 commit 8a92e32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mobile/screens/Checkout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ const CheckoutScreen = ({ navigation, route }: NativeStackScreenProps<StackParam
setAdBirthDate(adValidate(_birthDate))
}, [_birthDate])

// TODO adRequired

const fullNameRef = useRef<ReactTextInput>(null)
const emailRef = useRef<ReactTextInput>(null)
const phoneRef = useRef<ReactTextInput>(null)
Expand Down

0 comments on commit 8a92e32

Please sign in to comment.