cfpb/owning-a-home

View on GitHub
src/static/js/modules/loan-comparison/components/loan-output-table.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render: function() {
        var loading = "";
        var results = ['closing-costs','monthly-payment','overall-costs'].map(function (prop) {
            return (
                <LoanOutputTable result={prop} prop={prop} loans={this.props.loans}  scenario={this.props.scenario} />

    There are no issues that match your filters.

    Category
    Status