Skip to content

Commit 309a473

Browse files
committed
refine
1 parent 98f6e6a commit 309a473

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/ve-table/src/body/index.jsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ export default {
589589
},
590590
// get expand row
591591
getExpandRowComp({ rowData, rowIndex }) {
592-
let result = null;
593-
594592
if (this.isExpandRow({ rowData, rowIndex })) {
595593
const expandTrProps = {
596594
props: {
@@ -608,7 +606,7 @@ export default {
608606
return <ExpandTr {...expandTrProps} />;
609607
}
610608

611-
return result;
609+
return null;
612610
},
613611

614612
// send to checkbox all

0 commit comments

Comments
 (0)