DeFiCh/wallet

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

Summary

Maintainability
A
1 hr
Test Coverage

Function SkeletonLoader has 113 lines of code (exceeds 100 allowed). Consider refactoring.
Open

export function SkeletonLoader(prop: SkeletonLoaderProp): JSX.Element {
  const skeletonRow = Array.from(Array(prop.row), (_v, i) => i + 1);
  switch (prop.screen) {
    case SkeletonLoaderScreen.Dex:
      return (
Severity: Major
Found in mobile-app/app/components/SkeletonLoader.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status