Explorar el Código

fix project switch

Justin Rhee hace 3 años
padre
commit
029d78b303
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      dashboard/src/main/home/sidebar/Sidebar.tsx

+ 0 - 2
dashboard/src/main/home/sidebar/Sidebar.tsx

@@ -148,7 +148,6 @@ class Sidebar extends Component<PropsType, StateType> {
 
           <br />
 
-          {currentCluster && (
             <>
               <SidebarLabel>
                 {currentProject.capi_provisioner_enabled ? (
@@ -165,7 +164,6 @@ class Sidebar extends Component<PropsType, StateType> {
                 setRefreshClusters={this.props.setRefreshClusters}
               />
             </>
-          )}
         </ScrollWrapper>
       );
     }