SumOfUs/Champaign

View on GitHub
app/javascript/util/util.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export function composeEmailLink(email) {
  const sanitizedToEmails = buildToEmailForCompose(
    email.toEmails,
    email.emailService
  );
Severity: Minor
Found in app/javascript/util/util.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status