Skip to content

Commit e24813f

Browse files
author
Sworup Shakya
authored
Fix "A trailing comma is not permitted after the rest element" Babel error
"babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1",
1 parent 2082729 commit e24813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class DataTable extends React.Component {
3434
dataSource,
3535
refCallback,
3636
renderRow,
37-
...listViewProps,
37+
...listViewProps
3838
} = this.props;
3939

4040
return (

0 commit comments

Comments
 (0)