airbnb/caravel

View on GitHub
superset-frontend/src/components/ButtonGroup/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function ButtonGroup(props: ButtonGroupProps) {
  const { className, children } = props;
  return (
    <div
      role="group"
Severity: Minor
Found in superset-frontend/src/components/ButtonGroup/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status