handle register & retry code & edit phone number & fix bug select city and state & add basic modal to all tabs in dashboard
This commit is contained in:
@@ -9,7 +9,7 @@ import ArrowRightS from "../../icons/ArrowRightS";
|
||||
import Recode from "./Recode";
|
||||
import SendReq from "./SendReq";
|
||||
|
||||
function VerificationPage({ setIsSendMsg, uuid, link, num, setStep }) {
|
||||
function VerificationPage({ setIsSendMsg, uuid, link, setUuid, num, setStep }) {
|
||||
const retryIcon = useRef();
|
||||
|
||||
const [timer, setTimer] = useState(0);
|
||||
@@ -99,7 +99,13 @@ function VerificationPage({ setIsSendMsg, uuid, link, num, setStep }) {
|
||||
</p>
|
||||
</Button>
|
||||
|
||||
<Recode retryIcon={retryIcon} timer={timer} setTimer={setTimer} />
|
||||
<Recode
|
||||
num={num}
|
||||
timer={timer}
|
||||
setUuid={setUuid}
|
||||
setTimer={setTimer}
|
||||
retryIcon={retryIcon}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<SendReq
|
||||
|
||||
Reference in New Issue
Block a user