update user_id 14
This commit is contained in:
@ -119,7 +119,7 @@ const TheContent = () => {
|
||||
fetchUser().then(() => {
|
||||
if(UserId === ''){
|
||||
let id = Math.floor(100000 + Math.random() * 900000)
|
||||
setUserId(id);
|
||||
//setUserId(id);
|
||||
}
|
||||
setIsDataFetched(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user