Make the builds stop error'ing out. Dudley did not notice or care.

master
Joshua Sigona 3 years ago
parent 951b82cb5f
commit e766bc688c
  1. 2
      src/TestPanel.js

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

Loading…
Cancel
Save