Commit a17bd265 by G

add log message for wave payment screen

parent 1aa489a2
...@@ -15,6 +15,7 @@ const WaveQrCodePaymentScreen: MainStackScreenComponentProps<"waveQrCodePaymentS ...@@ -15,6 +15,7 @@ const WaveQrCodePaymentScreen: MainStackScreenComponentProps<"waveQrCodePaymentS
route, route,
navigation, navigation,
}) => { }) => {
log.verbose("WaveQrCodePaymentScreen");
const data = route.params.data; const data = route.params.data;
const windowWidth = Dimensions.get("window").width; const windowWidth = Dimensions.get("window").width;
const { handlePaymentVerification } = useWave(); const { handlePaymentVerification } = useWave();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment