From f5088ed70d9208d4273b8b7e2ed36da5979395ee Mon Sep 17 00:00:00 2001 From: Zhou <32321321@qq.com> Date: Mon, 6 Apr 2026 16:34:40 +0800 Subject: [PATCH] fix(frontend): artifact download action bounds and lint errors (#1899) * fix: keep artifact download action in bounds * fix: fix lint error --- .../workspace/artifacts/artifact-file-list.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/workspace/artifacts/artifact-file-list.tsx b/frontend/src/components/workspace/artifacts/artifact-file-list.tsx index b8717c014..3e4d893be 100644 --- a/frontend/src/components/workspace/artifacts/artifact-file-list.tsx +++ b/frontend/src/components/workspace/artifacts/artifact-file-list.tsx @@ -79,17 +79,17 @@ export function ArtifactFileList({ className="relative cursor-pointer p-3" onClick={() => handleClick(file)} > - - -
{getFileName(file)}
+ + +
{getFileName(file)}
{getFileIcon(file, "size-6")}
- + {getFileExtensionDisplayName(file)} file - + {file.endsWith(".skill") && (