Justin Rhee преди 3 години
родител
ревизия
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>
       );
     }