fix(style): all scope tag
This commit is contained in:
@@ -45,7 +45,7 @@ const useModelsColumns = ({
|
||||
{intl.formatMessage({
|
||||
id: option?.label || ''
|
||||
})}
|
||||
<span>[{option?.description}]</span>
|
||||
{option?.description && <span>[{option?.description}]</span>}
|
||||
</span>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user