Skip to content

Commit

Permalink
Update examples/client/Locomotion/src/pages/Profile/Phone.js
Browse files Browse the repository at this point in the history
Co-authored-by: Omer Gery <68545675+OmerGery@users.noreply.github.com>
  • Loading branch information
ofekrotem and OmerGery authored Sep 9, 2024
1 parent 10713c3 commit e14d906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/Locomotion/src/pages/Profile/Phone.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e14d906

Please sign in to comment.