SumOfUs/Champaign

View on GitHub
app/javascript/components/consent/InlineConsentRadioButtons.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function InlineConsentRadiobuttons has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function InlineConsentRadiobuttons(props: IProps) {
  const member = useSelector((state: IAppState) => state.member);
  if (member && member.email) {
    return null;
  }
Severity: Minor
Found in app/javascript/components/consent/InlineConsentRadioButtons.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status