airbnb/caravel

View on GitHub
superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SQLPopover has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const SQLPopover = (props: PopoverProps & { sqlExpression: string }) => {
  const theme = useTheme();
  return (
    <Popover
      content={

    There are no issues that match your filters.

    Category
    Status