()
| 172 | }; |
| 173 | |
| 174 | const handleDownloadDoc = async () => { |
| 175 | await handleDownloadPdf( |
| 176 | props?.pdfDetails, |
| 177 | setIsDownloading, |
| 178 | props.pdfBase64 |
| 179 | ); |
| 180 | }; |
| 181 | const handleDownloadBtn = async () => { |
| 182 | if ( |
| 183 | props?.isCompleted |
no test coverage detected