Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Removed extra comma in function params
Browse files Browse the repository at this point in the history
  • Loading branch information
difelice committed Jul 9, 2015
1 parent 584e17d commit f3c4eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FixedDataTableBufferedRows.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ var FixedDataTableBufferedRows = React.createClass({
cx({
'fixedDataTableLayout/hasBottomBorder': hasBottomBorder,
'public/fixedDataTable/hasBottomBorder': hasBottomBorder,
}),
})
)}
/>;
}
Expand Down

0 comments on commit f3c4eb9

Please sign in to comment.