Added group verify to the reporting page RPS-74

This commit is contained in:
Patrick Fic
2021-02-17 17:40:31 -08:00
parent 969485ac03
commit 321ec92d91
7 changed files with 75 additions and 32 deletions

View File

@@ -20,7 +20,6 @@ const mapStateToProps = createStructuredSelector({
error: selectReportingError,
});
const mapDispatchToProps = (dispatch) => ({
//setUserLanguage: language => dispatch(setUserLanguage(language))
setSelectedJobId: (id) => dispatch(setSelectedJobId(id)),
});