Merge branch 'master' into remove-mod-count-frontend

This commit is contained in:
Wyatt Johnson
2018-05-14 14:36:42 -06:00
committed by GitHub
@@ -59,6 +59,7 @@ const withSetUsername = hoistStatics(WrappedComponent => {
}
const changeSet = { success: false, loading: false, error };
this.setState(changeSet);
throw error;
}
};