Skip to content

Commit 83c9d69

Browse files
Ali OgailiAllenFang
authored andcommitted
More eslint errors fixing.
1 parent aad2ad3 commit 83c9d69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-bootstrap-table2/src/filters-cell.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ FiltersCell.propTypes = {
4444
FiltersCell.defaultProps = {
4545
onFilter: () => { },
4646
onExternalFilter: () => { }
47-
}
47+
};
48+
4849
export default FiltersCell;

0 commit comments

Comments
 (0)