Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Nov 13, 2024
1 parent d02f274 commit 03f93b8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,13 @@ export default function ConnectionsFilterPopover({
<>
<Tooltip
align="right"
/* enabled={!open} */
trigger={
<IconButton
onClick={onClick}
active={open}
aria-label="Filter connections"
ref={ref as React.Ref<unknown>}
>
{/* TODO: Show a small blue circle when filter.excludeInactive is enabled */}
<Icon glyph="Filter" />
{isActivated && (
<svg
Expand Down

0 comments on commit 03f93b8

Please sign in to comment.