Skip to content

Commit 36e8763

Browse files
authored
Merge pull request #29 from sworupSussol/patch-2
Fix "A trailing comma is not permitted..." Babel error
2 parents 2082729 + 05d9598 commit 36e8763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HeaderCell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function HeaderCell(props) {
4242
text,
4343
isSelected,
4444
isAscending,
45-
...containerProps,
45+
...containerProps
4646
} = props;
4747

4848
function renderSortArrow() {

0 commit comments

Comments
 (0)