mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 12:30:17 +00:00
Fix style prop not being properly used in ReactTablePagination component (#785)
This commit is contained in:
committed by
Tanner Linsley
parent
3ff988861e
commit
0a62d86e5e
+1
-1
@@ -68,7 +68,7 @@ export default class ReactTablePagination extends Component {
|
||||
return (
|
||||
<div
|
||||
className={classnames(className, '-pagination')}
|
||||
style={this.props.paginationStyle}
|
||||
style={this.props.style}
|
||||
>
|
||||
<div className="-previous">
|
||||
<PreviousComponent
|
||||
|
||||
Reference in New Issue
Block a user