diff --git a/web/client/components/data/featuregrid/DockedFeatureGrid.jsx b/web/client/components/data/featuregrid/DockedFeatureGrid.jsx index f4279efbc9..03ef556b56 100644 --- a/web/client/components/data/featuregrid/DockedFeatureGrid.jsx +++ b/web/client/components/data/featuregrid/DockedFeatureGrid.jsx @@ -263,7 +263,7 @@ const DockedFeatureGrid = React.createClass({ let gridConf = this.props.pagination ? {dataSource: this.dataSource, features: []} : {features: this.props.features}; - if (this.props.open || true) { + if (this.props.features && this.props.features.length > 0) { return (