garrensmith commented on a change in pull request #950: Simplify Mango/Query 
panel layout
URL: https://github.com/apache/couchdb-fauxton/pull/950#discussion_r132195253
 
 

 ##########
 File path: app/addons/documents/header/header.js
 ##########
 @@ -56,6 +57,10 @@ export default class BulkDocumentHeaderController extends 
React.Component {
       typeOfIndex
     } = this.props;
 
+    if (this.state.isMangoIndexList) {
+      return <div></div>;
 
 Review comment:
   You should be able to just return `null` here
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to