diff --git a/components/AccountVerificationForm/AccountVerificationFormStep3LoadingSteps.js b/components/AccountVerificationForm/AccountVerificationFormStep3LoadingSteps.js index d194f67c..864aaf3c 100644 --- a/components/AccountVerificationForm/AccountVerificationFormStep3LoadingSteps.js +++ b/components/AccountVerificationForm/AccountVerificationFormStep3LoadingSteps.js @@ -29,11 +29,10 @@ export function AccountVerificationFormStep3LoadingSteps() { const firstUUID = uuids[0]; setJobId(firstUUID); } else { - console.log("No UUID found in the string."); + setJobId(newJobId); } - } else { - console.log("The newJobId variable is null or undefined."); - } + } + }, []) return (