fix host proptypes

This commit is contained in:
Alex Holliday
2024-09-02 10:16:22 -07:00
parent aa81e47fae
commit c515358d78
+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,
};