Justin Rhee 3 лет назад
Родитель
Сommit
2813286147
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/main/home/sidebar/ClusterSection.tsx

+ 1 - 1
dashboard/src/main/home/sidebar/ClusterSection.tsx

@@ -126,7 +126,7 @@ export const ClusterSection: React.FC<Props> = ({
             </svg>
           </ClusterIcon>
           <Tooltip title={cluster?.name}>
-            <ClusterName>medicspot-production</ClusterName>
+            <ClusterName>{cluster?.name}</ClusterName>
           </Tooltip>
           <I isExpanded={isExpanded} className="material-icons">arrow_drop_down</I>
           <Spacer />