From 63e596f5a32aeb0c2a86d7e751fbc2b3b7ddc6f8 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 3 Jun 2024 09:21:13 -0400 Subject: [PATCH] tossing a quick linting fix in as well --- src/helpers/bailout-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/bailout-helper.js b/src/helpers/bailout-helper.js index e267faa8..0191755d 100644 --- a/src/helpers/bailout-helper.js +++ b/src/helpers/bailout-helper.js @@ -1,6 +1,6 @@ import { useMainStore } from '@/store'; import BailoutCode from '@/constants/bailoutCode'; -import issPageValues from "@/router/router-constants/issPage-values"; +import issPageValues from '@/router/router-constants/issPage-values'; function canBailoutNavigateBack() { const code = useMainStore().pageData(issPageValues.BAILOUT_PAGE)?.bailoutCode;