Skip to content

Commit

Permalink
ver. 9.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Jul 31, 2018
1 parent 58705f8 commit ac98f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxcore-table",
"version": "9.4.1",
"version": "9.4.2",
"description": "table ui component for react",
"repository": "https://github.com/uxcore/uxcore-table.git",
"author": "zhouquan.yezq",
Expand Down
4 changes: 1 addition & 3 deletions src/Row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ class Row extends React.Component {
<Icon name="loading-icon-round" className={`${props.prefixCls}-tree-loading-icon`} usei />
</span>
);
}

if (props.rowData.data) {
} else if (props.rowData.data) {
_expandIconClass = {
'kuma-icon': true,
'kuma-icon-triangle-right': true,
Expand Down

0 comments on commit ac98f47

Please sign in to comment.