refactor: resource table columns
This commit is contained in:
@@ -41,11 +41,7 @@ const NoteInfo: React.FC<NoteInfoProps> = (props) => {
|
||||
|
||||
return (
|
||||
<span className="label-text">
|
||||
{description ? (
|
||||
<Tooltip title={description}>{labelContent}</Tooltip>
|
||||
) : (
|
||||
labelContent
|
||||
)}
|
||||
<Tooltip title={description || false}>{labelContent}</Tooltip>
|
||||
{labelExtra}
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user