feat: specify shape of verified name object

at least the fields that we are interested in
This commit is contained in:
Andy Shultz
2021-08-26 11:09:33 -04:00
parent 0d9e6f8b87
commit efa682092f

View File

@@ -626,7 +626,11 @@ AccountSettingsPage.propTypes = {
}),
state: PropTypes.string,
shouldDisplayDemographicsSection: PropTypes.bool,
verifiedName: PropTypes.object,
verifiedName: PropTypes.shape({
verified_name: PropTypes.string,
status: PropTypes.string,
verified_name_enabled: PropTypes.bool,
}),
}).isRequired,
siteLanguage: PropTypes.shape({
previousValue: PropTypes.string,