app selectors clean up and unit testing

This commit is contained in:
Ben Warzeski
2021-10-04 21:18:07 -04:00
parent 488bc06618
commit 48e32eb323
10 changed files with 312 additions and 39 deletions

View File

@@ -69,7 +69,7 @@ ReviewModal.propTypes = {
export const mapStateToProps = (state) => ({
isOpen: selectors.app.showReview(state),
oraName: selectors.app.oraName(state),
oraName: selectors.app.ora.name(state),
response: selectors.grading.selected.response(state),
showRubric: selectors.app.showRubric(state),
});