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"}