src/app/legacy/containers/ConsentBanner/useConsentBanners/index.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
93%

Function useConsentBanner has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const useConsentBanner = (
  isUK = false,
  showCookieBannerBasedOnCountry = true,
) => {
  const [{ showPrivacyBanner, showCookieBanner }, dispatch] = useReducer(
Severity: Major
Found in src/app/legacy/containers/ConsentBanner/useConsentBanners/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status