CASH-1689: Prettier
This commit is contained in:
parent
c134df2f4e
commit
4c82d80799
2 changed files with 4 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -1634,7 +1634,6 @@ export const actions = {
|
|||
});
|
||||
},
|
||||
|
||||
|
||||
logFmgSessionData(
|
||||
context,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue