Skip to content

Commit

Permalink
Added missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
AnumehaSrivastava05 committed Mar 22, 2022
1 parent 0cbdc79 commit 80bcb85
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export default {
this.$store.commit('alert/dismissAlert')
this.$router.replace({ query: null })
this.$router.push('/coverage/enrollment/addStudyPermitHolderWithoutPHN')
} else this.$router.go()
} else {
this.$router.go()
}
},
},
}
Expand Down

0 comments on commit 80bcb85

Please sign in to comment.