diff --git a/client/my-sites/people/invite-people/index.jsx b/client/my-sites/people/invite-people/index.jsx index 87567df1c9ce6..1fbf22e45c790 100644 --- a/client/my-sites/people/invite-people/index.jsx +++ b/client/my-sites/people/invite-people/index.jsx @@ -85,9 +85,6 @@ export default React.createClass( { refreshValidation() { const errors = InvitesCreateValidationStore.getErrors( this.props.site.ID, this.state.role ) || []; let success = InvitesCreateValidationStore.getSuccess( this.props.site.ID, this.state.role ) || []; - if ( ! success.indexOf ) { - success = Object.keys( success ).map( key => success[ key ] ); - } this.setState( { errors,