DeFiCh/wallet

View on GitHub
mobile-app/app/components/WalletAccordion.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function WalletAccordion has 108 lines of code (exceeds 100 allowed). Consider refactoring.
Open

export function WalletAccordion(props: AccordionProps): JSX.Element {
  const { isLight } = useThemeContext();
  const [activeSections, setActiveSections] = useState<number[] | string[]>(
    props.activeSections ?? []
  );
Severity: Major
Found in mobile-app/app/components/WalletAccordion.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status