mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-23 19:39:34 -05:00
Merge pull request #781 from bluewave-labs/fix/host-proptypes
fix host proptypes
This commit is contained in:
@@ -53,7 +53,8 @@ Host.propTypes = {
|
||||
params: PropTypes.shape({
|
||||
title: PropTypes.string,
|
||||
percentageColor: PropTypes.string,
|
||||
percentage: PropTypes.number,
|
||||
percentage: PropTypes.string,
|
||||
url: PropTypes.string,
|
||||
}).isRequired,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user