fix json error919

This commit is contained in:
Mohamed Nouffer
2022-11-15 23:16:03 +05:30
parent 3152e67fa2
commit 2ce01f97bc
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;