Merge pull request #781 from bluewave-labs/fix/host-proptypes

fix host proptypes
This commit is contained in:
Alexander Holliday
2024-09-02 18:56:20 -07:00
committed by GitHub
+2 -1
View File
@@ -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,
};