redbadger/pride-london-app

View on GitHub
src/screens/SponsorScreen/component.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 69 lines of code (exceeds 50 allowed). Consider refactoring.
Open

  render() {
    const { navigation, sponsors } = this.props;

    const sortByName = R.sortBy(sponsor =>
      sponsor.fields.sponsorName.toLowerCase()
Severity: Major
Found in src/screens/SponsorScreen/component.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status