diff --git a/examples/client/Locomotion/src/pages/Profile/Phone.js b/examples/client/Locomotion/src/pages/Profile/Phone.js index 3e6b8db2f..b11aace7e 100644 --- a/examples/client/Locomotion/src/pages/Profile/Phone.js +++ b/examples/client/Locomotion/src/pages/Profile/Phone.js @@ -95,7 +95,7 @@ const Phone = ({ navigation }) => { useEffect(() => { if (isLoadingSaveButton) { if ( - !shouldHideCaptcha && Config.CAPTCHA_KEY && recaptchaRef.curren && !isDebugPhoneNumber() + !shouldHideCaptcha && Config.CAPTCHA_KEY && recaptchaRef.current && !isDebugPhoneNumber() ) { recaptchaRef.current.open(); } else {