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

Commit

Permalink
Merge pull request #721 from metasfresh/dev-705
Browse files Browse the repository at this point in the history
Debug/Fix why /window/540189 shows empty #705
  • Loading branch information
damianprzygodzki committed May 8, 2017
2 parents 894ae33 + 57411cf commit 53a0940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Table extends Component {
getIndentData = (selectFirst) => {
const {rowData, tabid, indentSupported} = this.props;

if(indentSupported){
if(indentSupported && rowData[tabid]){
let rowsData = [];

rowData[tabid].map(item => {
Expand Down

0 comments on commit 53a0940

Please sign in to comment.