From d2f897848c341572af26dd17b5b628709f2a3aac Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:40:37 -0700 Subject: [PATCH] fix(ui): import the lucide icons the skill detail copy button renders --- .../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"}