diff --git a/modules/home/components/project/SelectedImage.js b/modules/home/components/project/SelectedImage.js index ef521490..3dbfaae6 100644 --- a/modules/home/components/project/SelectedImage.js +++ b/modules/home/components/project/SelectedImage.js @@ -12,8 +12,8 @@ SelectedImage.propTypes = { index: PropTypes.number, photo: PropTypes.shape({ title: PropTypes.string, - height: PropTypes.string, - width: PropTypes.string + height: PropTypes.number, + width: PropTypes.number }), margin: PropTypes.string, onClick: PropTypes.func