update for id bug 1

This commit is contained in:
Mohamed Nouffer
2022-11-16 11:14:38 +05:30
parent 2ce01f97bc
commit 691947a8d1
9 changed files with 15 additions and 15 deletions

View File

@ -112,7 +112,7 @@ const TheContent = () => {
fetchUser().then(() => {
if(UserId === ''){
let id = Math.floor(100000 + Math.random() * 900000)
//setUserId(id);
setUserId(id);
}
const _firstname = UserData.firstname;
const _lastname = UserData.lastname;