From 3e07a65b4e4869f8d413144a514b7546bf4d7437 Mon Sep 17 00:00:00 2001 From: Tin Chi Lo Date: Mon, 24 Aug 2026 14:16:08 -0400 Subject: [PATCH] fix(ui): replace undefined antd icon names left in skill_detail --- .../src/components/claude_code_plugins/skill_detail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/claude_code_plugins/skill_detail.tsx b/ui/litellm-dashboard/src/components/claude_code_plugins/skill_detail.tsx index 9479b38ff41..25b35c34861 100644 --- a/ui/litellm-dashboard/src/components/claude_code_plugins/skill_detail.tsx +++ b/ui/litellm-dashboard/src/components/claude_code_plugins/skill_detail.tsx @@ -343,7 +343,7 @@ const SkillDetail: React.FC = ({ skill, onBack }) => { padding: 0, }} > - {copiedKey === "marketplace-cmd" ? : } + {copiedKey === "marketplace-cmd" ? : } {copiedKey === "marketplace-cmd" ? "Copied" : "Copy"}