baublet/w8mngr

View on GitHub
client/components/Type/PageHeading.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function PageHeading has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function PageHeading(props: PageHeadingProps) {
  return (
    <div className="flex gap-4 items-center">
      {props.icon && (
        <div
Severity: Minor
Found in client/components/Type/PageHeading.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status