mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 03:09:32 -06:00
use correct proptype
This commit is contained in:
@@ -132,7 +132,7 @@ StatBox.propTypes = {
|
||||
gradient: PropTypes.bool,
|
||||
status: PropTypes.string,
|
||||
sx: PropTypes.object,
|
||||
icon: PropTypes.node,
|
||||
icon: PropTypes.elementType,
|
||||
img: PropTypes.node,
|
||||
alt: PropTypes.string,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user