ujh/fountainpencompanion

View on GitHub
app/javascript/src/public_inks/app.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function tableData has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  tableData() {
    let ld = this.state.loggedInUserData;
    let ud = this.state.userData;
    let additionalData = ld.user_id && ld.user_id != ud.user_id;
    if (additionalData) {
Severity: Minor
Found in app/javascript/src/public_inks/app.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status