Parcourir la source

fix bug iamsmart

master
Anna Ho il y a 1 an
Parent
révision
a9f9efb1bf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/pages/authentication/IAmSmartRegister.js

+ 1
- 0
src/pages/authentication/IAmSmartRegister.js Voir le fichier

@@ -55,6 +55,7 @@ const Register = () => {
const [activeStep, setActiveStep] = useState(0);
const [completed, setCompleted] = useState([false]);
const [updateValid, setUpdateValid] = useState(false);
const [base64Url, setBase64Url] = useState("")
const [idNo, setIdNo] = useState("");

const totalSteps = () => {


Chargement…
Annuler
Enregistrer