Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(Table): Fix wrong propType
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Sep 30, 2019
1 parent 632a3d9 commit 41dd955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Table.propTypes = {
* Specify below which breakpoint (from `theme.globals.breakpoints`)
* the mobile view should kick in.
*/
mobileViewBreakpoint: PropTypes.number,
mobileViewBreakpoint: PropTypes.string,
pl: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
pr: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
rowMinHeight: PropTypes.number,
Expand Down

0 comments on commit 41dd955

Please sign in to comment.