Skip to content

Commit 8f939f9

Browse files
committed
chore: remove TODO
1 parent ed5bf98 commit 8f939f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/modules/workspaces/WorkspaceOutdatedTooltip/WorkspaceOutdatedTooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const WorkspaceOutdatedTooltipContent: FC<TooltipContentProps> = ({
5151
const theme = useTheme();
5252
const { data: activeVersion } = useQuery({
5353
...templateVersion(workspace.template_active_version_id),
54-
// TODO is making the parent HelpTooltip a controlled component the only way to track whether the tooltip is open?
5554
enabled: isOpen,
5655
});
5756
const updateWorkspace = useWorkspaceUpdate({

0 commit comments

Comments
 (0)