diff --git a/packages/compass-sidebar/src/components/connections-filter-popover.tsx b/packages/compass-sidebar/src/components/connections-filter-popover.tsx index 4cf936dadf3..9152c36c061 100644 --- a/packages/compass-sidebar/src/components/connections-filter-popover.tsx +++ b/packages/compass-sidebar/src/components/connections-filter-popover.tsx @@ -69,7 +69,7 @@ export default function ConnectionsFilterPopover({ // Manually handling the tooltip state instead of supplying a trigger // we do this to avoid the tooltip from rendering when the popover is open - // and when the IconButton regains focus as the + // and when the IconButton regains focus as the popover is closed. const [isTooltipOpen, setTooltipOpen] = useState(false); const handleButtonMouseEnter = useCallback( () => setTooltipOpen(true),