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

Commit bd20221

Browse files
devraseccrisu83
authored andcommitted
Fix prop isColumn validation on Column grid component (#74)
1 parent d60dd74 commit bd20221

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/grid.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,6 @@ Column.propTypes = {
143143
expandOnMedium: PropTypes.bool,
144144
expandOnLarge: PropTypes.bool,
145145
isShrunk: PropTypes.bool,
146-
isLast: PropTypes.bool
146+
isLast: PropTypes.bool,
147+
isColumn: PropTypes.bool,
147148
};

0 commit comments

Comments
 (0)