Skip to content

Commit 5135bcb

Browse files
authored
Merge pull request #28 from sworupSussol/patch-1
Fix "A trailing comma is not permitted after the rest element" Babel …
2 parents 36e8763 + e24813f commit 5135bcb

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)