CSR-690 Cleanup

This commit is contained in:
Katie 2022-08-10 11:56:01 -04:00
parent 92e226c610
commit 37095ce910

View file

@ -161,8 +161,6 @@ export default {
},
backButtonAction() {
const hasPartQuestions = this.hasPartQuestions(this.$store.getters.pageData(fmgPageValues.PART_QUESTIONS)?.partsOrQuestions);
// console.log(this.$store.getters.pageData(fmgPageValues.PART_QUESTIONS))
// console.log(hasPartQuestions)
const backNavigationScenario = hasPartQuestions ? this.navigationScenarios.CLICKED_BACK_WITH_PART_QUESTION_ANSWERS : this.navigationScenarios.CLICKED_BACK_WITHOUT_PART_QUESTION_ANSWERS;
this.$router.navigate(