From 8a92e32ed9e77e2a7485114d857c428f0ef5ba69 Mon Sep 17 00:00:00 2001 From: aelassas Date: Tue, 19 Sep 2023 08:25:47 +0100 Subject: [PATCH] Update Checkout.tsx --- mobile/screens/Checkout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/screens/Checkout.tsx b/mobile/screens/Checkout.tsx index 357a9a71f..b0ba55975 100644 --- a/mobile/screens/Checkout.tsx +++ b/mobile/screens/Checkout.tsx @@ -121,8 +121,6 @@ const CheckoutScreen = ({ navigation, route }: NativeStackScreenProps(null) const emailRef = useRef(null) const phoneRef = useRef(null)