Skip to content

Commit 03f93b8

Browse files
committed
Remove comments
1 parent d02f274 commit 03f93b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-sidebar/src/components/connections-filter-popover.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,13 @@ export default function ConnectionsFilterPopover({
7878
<>
7979
<Tooltip
8080
align="right"
81-
/* enabled={!open} */
8281
trigger={
8382
<IconButton
8483
onClick={onClick}
8584
active={open}
8685
aria-label="Filter connections"
8786
ref={ref as React.Ref<unknown>}
8887
>
89-
{/* TODO: Show a small blue circle when filter.excludeInactive is enabled */}
9088
<Icon glyph="Filter" />
9189
{isActivated && (
9290
<svg

0 commit comments

Comments
 (0)