Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/670#discussion_r60264588
  
    --- Diff: 
app/addons/documents/index-results/index-results.components.react.jsx ---
    @@ -132,21 +132,40 @@ function (app, FauxtonAPI, React, Stores, Actions, 
Components, Documents, Fauxto
           );
         },
     
    -    getAttachmentRow: function (el) {
    +    getAdditionalInfoRow: function (el) {
           var attachmentCount = Object.keys(el._attachments || {}).length;
    -      var paperClip = null;
    -      var text = null;
    +      var attachmentIndicator = null;
    +      var textAttachments = null;
    +
    +      var conflictCount = Object.keys(el._conflicts || {}).length;
    +      var conflictIndicator = null;
    +      var textConflicts = null;
    +
    --- End diff --
    
    note to self: use use `const` and `let`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to