src/app/components/LiteSiteCta/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function LiteSiteCta has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LiteSiteCta = () => {
  const { dir, translations } = useContext(ServiceContext);
  const { canonicalLink } = useContext(RequestContext);
  const isRtl = dir === 'rtl';
  const { liteSite = defaultTranslations } = translations;
Severity: Minor
Found in src/app/components/LiteSiteCta/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status