update user_id 14

This commit is contained in:
Mohamed Nouffer
2023-07-26 22:10:40 +05:30
parent 90d2eae0a8
commit 8cb6daec09
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);