Small Tweaks to Tiers List (#1368)

This commit is contained in:
Daniel Valdivia
2022-01-06 10:02:45 -08:00
committed by GitHub
parent 2310865425
commit ef2d2875b2

View File

@@ -149,7 +149,7 @@ const ListTiersConfiguration = ({
const name = get(item, `${item.type}.name`, "");
if (name !== null) {
return name;
return <b>{name}</b>;
}
return "";
@@ -302,6 +302,7 @@ const ListTiersConfiguration = ({
label: "Type",
elementKey: "type",
renderFunction: renderTierType,
width: 50,
},
{
label: "Endpoint",