oysterprotocol/webinterface

View on GitHub
src/components/download-form/download-form-slide.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 44 lines of code (exceeds 25 allowed). Consider refactoring.
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}>
Severity: Minor
Found in src/components/download-form/download-form-slide.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status