Merge branch 'master' into gdpr-change-email-bug

This commit is contained in:
Kim Gardner
2018-05-14 16:32:51 -04:00
committed by GitHub
@@ -59,6 +59,7 @@ const withSetUsername = hoistStatics(WrappedComponent => {
}
const changeSet = { success: false, loading: false, error };
this.setState(changeSet);
throw error;
}
};