src/components/download-form/download-form-slide.tsx
Function render
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { download, status } = this.props;
const ICON_DOWNLOAD = require("../../assets/images/icon_download.png");
return (
<Slide title="Retrieve a File" image={ICON_DOWNLOAD}>