File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -614,11 +614,6 @@ var MainApp = (function (_Component) {
614
614
value: function render() {
615
615
var _this = this;
616
616
617
- // If we don't have config items, we shouldn't display the grid -- display a welcome message
618
- if (this.state.configItems.length == 0) {
619
- return null;
620
- }
621
-
622
617
var dataList = this.state.configItems.dataList;
623
618
624
619
// Return the app HTML to render
Original file line number Diff line number Diff line change @@ -51,11 +51,6 @@ class MainApp extends Component {
51
51
}
52
52
53
53
render ( ) {
54
-
55
- // If we don't have config items, we shouldn't display the grid -- display a welcome message
56
- if ( this . state . configItems . length == 0 ) {
57
- return null ;
58
- }
59
54
60
55
var { dataList} = this . state . configItems ;
61
56
You can’t perform that action at this time.
0 commit comments