|
|
@ -33,7 +33,7 @@ class CompetitionContents extends Component{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
derivefun=(url)=>{
|
|
|
|
derivefun=(url)=>{
|
|
|
|
axios.get(url + '&export=true').then((response) => {
|
|
|
|
axios.get(url).then((response) => {
|
|
|
|
if(response === undefined){
|
|
|
|
if(response === undefined){
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|