update user_id 15

This commit is contained in:
Mohamed Nouffer
2023-07-26 22:14:10 +05:30
parent 8cb6daec09
commit e859ab2d3d
9 changed files with 15 additions and 15 deletions

View File

@ -119,7 +119,7 @@ const TheContent = () => {
fetchUser().then(() => {
if(UserId === ''){
let id = Math.floor(100000 + Math.random() * 900000)
//setUserId(id);
setUserId(id);
}
setIsDataFetched(true);