diff --git a/src/screens/PaymentAmountInputScreen.tsx b/src/screens/PaymentAmountInputScreen.tsx index cc73718..f3e5ae4 100644 --- a/src/screens/PaymentAmountInputScreen.tsx +++ b/src/screens/PaymentAmountInputScreen.tsx @@ -35,7 +35,7 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI orangePaymentTransactionHandler, } = useOrangeMoney(navigation); - const { waveTransactionHandler } = useWave(); + const { waveTransactionHandler } = useWave(navigation); const insets = useSafeAreaInsets();