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]) },[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"))

Loading…
Cancel
Save