{
- switch (featureStatus) {
- case FeatureStatusLabel.BETA:
- return "oxygen-chip-beta";
- case FeatureStatusLabel.NEW:
- return "oxygen-chip-new";
- }
- };
-
return (
{ combinedConnectors?.map((category: GovernanceConnectorCategoryInterface, index: number) => {
@@ -263,17 +256,11 @@ const GovernanceConnectorCategoriesGrid: FunctionComponent
-
- { t(connector.status) }
-
-
+
)
}