Browse Source

don't force-show provisioner

jusrhee 5 years ago
parent
commit
5e0b9e76c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/main/home/Home.tsx

+ 1 - 1
dashboard/src/main/home/Home.tsx

@@ -75,7 +75,7 @@ export default class Home extends Component<PropsType, StateType> {
               });
               
               console.log('infras viewdata: ', viewData);
-              if (true || viewData.length > 0) {
+              if (viewData.length > 0) {
                 console.log('setting to provisioner...');
                 this.setState({ currentView: 'provisioner', viewData});
               }