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

Commit

Permalink
Quick fix after merge #2
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed May 26, 2017
1 parent 16bce3a commit 673350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/TableItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class TableItem extends Component {
render() {
const {
isSelected, fields, cols, onMouseDown, onDoubleClick, odd,
indentSupported, contextType, item, lastSibling,
indentSupported, contextType, item, lastSibling, processed
includedDocuments, notSaved
} = this.props;

Expand Down

0 comments on commit 673350a

Please sign in to comment.