Explorar o código

cluster memory

Sean Rhee %!s(int64=5) %!d(string=hai) anos
pai
achega
633cc46552
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;