diff --git a/site/src/pages/TaskPage/TaskAppIframe.tsx b/site/src/pages/TaskPage/TaskAppIframe.tsx index e1803948c4..e66c8009d0 100644 --- a/site/src/pages/TaskPage/TaskAppIframe.tsx +++ b/site/src/pages/TaskPage/TaskAppIframe.tsx @@ -10,7 +10,7 @@ import { useProxy } from "contexts/ProxyContext"; import { EllipsisVertical, ExternalLinkIcon, HouseIcon } from "lucide-react"; import { useAppLink } from "modules/apps/useAppLink"; import type { Task, WorkspaceAppWithAgent } from "modules/tasks/tasks"; -import { type FC, useRef } from "react"; +import { type FC, type HTMLProps, useRef } from "react"; import { Link as RouterLink } from "react-router"; import { cn } from "utils/cn"; import { TaskWildcardWarning } from "./TaskWildcardWarning"; @@ -85,14 +85,7 @@ export const TaskAppIFrame: FC = ({ )} {app.health === "healthy" || app.health === "disabled" ? ( -