CASH-1689: Prettier

This commit is contained in:
credelinghuys 2026-03-27 08:12:15 -04:00
parent c134df2f4e
commit 4c82d80799
2 changed files with 4 additions and 3 deletions

View file

@ -165,7 +165,7 @@ export default {
if (!currentPageName) {
return;
}
const hasSubmittedOrder = baseMixin.methods.hasSubmittedOrder();
const submittedOrder = baseMixin.methods.getSubmittedOrder();
const order = hasSubmittedOrder ? submittedOrder : store.getters.order;
@ -934,7 +934,9 @@ function getPageNameFromRouter(useDefaultUrl = false) {
return router.currentRoute.value.name;
}
return useDefaultUrl ? window.location.search : window.location.href.replace(/\/$/, "").split("/").pop();
return useDefaultUrl
? window.location.search
: window.location.href.replace(/\/$/, "").split("/").pop();
}
function getValueToLog(value, valueToLogType) {

View file

@ -1634,7 +1634,6 @@ export const actions = {
});
},
logFmgSessionData(
context,
{