Skip to content

Commit 9828b46

Browse files
committed
Remove comments
1 parent 22e0ae4 commit 9828b46

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/src/pages/WorkspacePage/WorkspaceTopbar/WorkspaceTopbar.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,7 @@ export const WorkspaceTopbar = (props: WorkspaceProps) => {
127127
<span>{workspace.owner_name}</span>
128128
</Tooltip>
129129
<TopbarDivider />
130-
<Popover
131-
mode="hover"
132-
// title={`${
133-
// workspace.template_display_name ?? workspace.template_name
134-
// } on version ${workspace.latest_build.template_version_name}`}
135-
>
130+
<Popover mode="hover">
136131
<PopoverTrigger>
137132
<span
138133
css={{

0 commit comments

Comments
 (0)