use constant

This commit is contained in:
Katie Kroell 2026-03-10 13:23:09 -04:00
parent 2e124a8fd5
commit 07e563a29f

View file

@ -204,7 +204,7 @@ export default {
methods: { methods: {
backButtonAction() { backButtonAction() {
// route to move backwards // route to move backwards
if (this.bailout.bailoutCode !== 9) { if (this.bailout.bailoutCode !== BailoutCode.HeavyTruckVehicle) {
this.mainStore.resetBailout(); this.mainStore.resetBailout();
} }
this.$router.navigateWithSpinner( this.$router.navigateWithSpinner(