Justin Rhee 3 лет назад
Родитель
Сommit
029d78b303
1 измененных файлов с 0 добавлено и 2 удалено
  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>
       );
     }