fix(style): all scope tag

This commit is contained in:
jialin
2026-04-10 09:52:36 +08:00
committed by jialin
parent f04b5cdc27
commit aeabdab781
@@ -45,7 +45,7 @@ const useModelsColumns = ({
{intl.formatMessage({ {intl.formatMessage({
id: option?.label || '' id: option?.label || ''
})} })}
<span>[{option?.description}]</span> {option?.description && <span>[{option?.description}]</span>}
</span> </span>
); );
}; };