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

Commit

Permalink
Fix prop isColumn validation on Column grid component (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrasec authored and crisu83 committed Apr 24, 2018
1 parent d60dd74 commit bd20221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,6 @@ Column.propTypes = {
expandOnMedium: PropTypes.bool,
expandOnLarge: PropTypes.bool,
isShrunk: PropTypes.bool,
isLast: PropTypes.bool
isLast: PropTypes.bool,
isColumn: PropTypes.bool,
};

0 comments on commit bd20221

Please sign in to comment.