src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -1020,7 +1020,7 @@ const { cardCell } = this.props return ( <div className={'card-cell-list ' + (cardCell && cardCell.setting.layout === 'flex' ? 'mk-flex' : '')}> <div className={'card-cell-list ' + (cardCell && cardCell.setting && cardCell.setting.layout === 'flex' ? 'mk-flex' : '')}> {this.getContent()} </div> )