fix: lora tag

This commit is contained in:
jialin
2026-05-27 15:45:28 +08:00
committed by jialin
parent e40b0c2e07
commit 34be4800d7
4 changed files with 10 additions and 9 deletions
@@ -98,7 +98,7 @@ const RouteItem: React.FC<TargetItemProps> = ({
}}
>
<AutoTooltip ghost>{data.name}</AutoTooltip>
{!!data.lora_module_name && (
{!!data.overridden_model_name && !!data.model_id && (
<FilesTag color="purple" variant="outlined">
<span style={{ opacity: 1 }}>LoRA</span>
</FilesTag>