downloadFile = (url,id) => { fetch(\'https://cors-anywhere.herokuapp.com/\' + url, { method: \'GET\', headers: { \'Content-Type\': \'application/pdf\', }, })