Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jul 12, 2024
1 parent 9fb2414 commit 32d81de
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,10 @@
}
},
beforeRouteUpdate(to, from, next) {
if(to.name === PageNames.QUIZ_SELECT_PRACTICE_QUIZ &&
from.name === PageNames.EXAM_CREATION_ROOT){
if (
to.name === PageNames.QUIZ_SELECT_PRACTICE_QUIZ &&
from.name === PageNames.EXAM_CREATION_ROOT
) {
this.closeConfirmationToRoute = {
name: PageNames.EXAMS,
params: {
Expand Down

0 comments on commit 32d81de

Please sign in to comment.