|
|
@ -398,6 +398,7 @@ useEffect(()=>{ |
|
|
|
},[className,GetData]) |
|
|
|
},[className,GetData]) |
|
|
|
|
|
|
|
|
|
|
|
useEffect(()=>{ |
|
|
|
useEffect(()=>{ |
|
|
|
|
|
|
|
if (BUILDID) { |
|
|
|
axios.get(BACKENDURL+"/getBuild?id="+BUILDID) |
|
|
|
axios.get(BACKENDURL+"/getBuild?id="+BUILDID) |
|
|
|
.then((data)=>{ |
|
|
|
.then((data)=>{ |
|
|
|
setAuthor(data.data.creator) |
|
|
|
setAuthor(data.data.creator) |
|
|
@ -430,6 +431,7 @@ useEffect(()=>{ |
|
|
|
.catch((err)=>{ |
|
|
|
.catch((err)=>{ |
|
|
|
console.log(err.message) |
|
|
|
console.log(err.message) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
},[BUILDID,GetData,BACKENDURL,p]) |
|
|
|
},[BUILDID,GetData,BACKENDURL,p]) |
|
|
|
|
|
|
|
|
|
|
|
//console.log(p.GetData("class",p.className,"icon"))
|
|
|
|
//console.log(p.GetData("class",p.className,"icon"))
|
|
|
|