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

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

@@ -63,7 +63,7 @@ export default class ClusterSection extends Component<PropsType, StateType> {
                 if (
                   clusters[i].id = saved.id &&
                   clusters[i].project_id === saved.project_id && 
-                  clusters[i].name === saved.name &&
+                  clusters[i].name === saved.name
                 ) {
                   setCurrentCluster(clusters[i]);
                   break;