Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Maintability fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Apr 12, 2017
1 parent 4b307ce commit 2ff7ccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/containers/DocList.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class DocList extends Component {

render() {
const {
windowType, breadcrumb, query, actions, modal, selected, references,
rawModal, attachments, indicator, processStatus
windowType, breadcrumb, query, actions, modal, selected, rawModal,
indicator, processStatus
} = this.props;

const {
Expand Down
4 changes: 2 additions & 2 deletions src/containers/MasterWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ class MasterWindow extends Component {

render() {
const {
master, modal, breadcrumb, references, actions, attachments,
rawModal, selected, indicator, params
master, modal, breadcrumb, actions, rawModal, selected, indicator,
params
} = this.props;

const {newRow, modalTitle} = this.state;
Expand Down

0 comments on commit 2ff7ccb

Please sign in to comment.