Skip to content

Commit 4b68b32

Browse files
chore: fixed small mistake of lowercase on a PropTypes call
1 parent 3e33047 commit 4b68b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/UserProfile/UserProfileModal/UserProfileModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ const handleCcListUpdate = () => {
750750

751751
UserProfileModal.propTypes = {
752752
specialWarnings: PropTypes.arrayOf(
753-
propTypes.shape({
753+
PropTypes.shape({
754754
title: PropTypes.string,
755755
warnings: PropTypes.arrayOf(PropTypes.string),
756756
abbreviation: PropTypes.string

0 commit comments

Comments
 (0)