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

    https://github.com/apache/couchdb-fauxton/pull/884#discussion_r108149915
  
    --- Diff: app/addons/documents/changes/components.react.jsx ---
    @@ -270,7 +270,7 @@ class ChangeRow extends React.Component {
       render () {
         const { codeVisible } = this.state;
         const { change, databaseName } = this.props;
    -    const jsonBtnClasses = 'btn btn-small' + (codeVisible ? ' 
btn-secondary' : ' btn-info');
    +    const jsonBtnClasses = 'btn btn-small' + (codeVisible ? ' 
btn-secondary' : ' btn-secondary');
    --- End diff --
    
    We can simplify this now:
    
    `const jsonBtnClasses = 'btn btn-small btn-seconday'`


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to