From a17bd2650ece5f2100316169e3e8ace267743e5d Mon Sep 17 00:00:00 2001 From: G Date: Mon, 1 Jul 2024 09:03:35 +0000 Subject: [PATCH] add log message for wave payment screen --- src/screens/WaveQrCodePaymentScreen.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/WaveQrCodePaymentScreen.tsx b/src/screens/WaveQrCodePaymentScreen.tsx index 8330a21..452cc39 100644 --- a/src/screens/WaveQrCodePaymentScreen.tsx +++ b/src/screens/WaveQrCodePaymentScreen.tsx @@ -15,6 +15,7 @@ const WaveQrCodePaymentScreen: MainStackScreenComponentProps<"waveQrCodePaymentS route, navigation, }) => { + log.verbose("WaveQrCodePaymentScreen"); const data = route.params.data; const windowWidth = Dimensions.get("window").width; const { handlePaymentVerification } = useWave(); -- libgit2 0.27.1