CSR-1383: undo strange changes that occurred when merging develop

This commit is contained in:
Adam Caouette 2023-09-28 17:05:04 -04:00
parent f812e0e20c
commit 48413475c9
5 changed files with 3 additions and 8 deletions

View file

@ -68,7 +68,6 @@ export default {
}
.logo-image {
width: 100%;
max-width: 114px;
max-width: 78px;
}
</style>

View file

@ -118,7 +118,7 @@ export default {
<style lang="scss" scoped>
.menu-modal-container {
position: absolute;
padding: 1.5rem 1rem 1.5rem 1.5rem;
padding: 1.47rem 1rem 1.47rem 1.47rem;
right: 0;
button {
border: none;
@ -184,7 +184,7 @@ export default {
}
.menu-modal-container {
position: absolute;
padding: 1.5rem 1rem 1.5rem 1.5rem;
padding: 1.47rem 1rem 1.47rem 1.47rem;
right: 0;
top: -5rem;
button {

View file

@ -8,11 +8,9 @@ export function containsLineItemWithPartType(typeToFind, itemsToSearch) {
}
export function findLineItemsWithPartType(typeToFind, itemsToSearch) {
//console.log("typeToFind: ", typeToFind, " / itemsToSearch: ", itemsToSearch);
const partTypeMatches = itemsToSearch?.filter(
(lineItem) => lineItem.partType.toUpperCase() === typeToFind.toUpperCase()
);
//console.log(partTypeMatches);
return partTypeMatches;
}

View file

@ -146,7 +146,6 @@ export default {
resultMap.supportingItems,
false
);
console.log("Pricing results:", pricingResults);
// Call the "next" function to complete the transition to this page.
next((vm) => {
vm.setCmsContent(resultMap.cmsContent);

View file

@ -89,7 +89,6 @@ export default {
buttonAuxillaryCopy: this.getPackagePriceString(answer.Name),
buttonFooterCopy: this.getFooterTextFromCms(answer.SubWidgetName),
}));
console.log("avialable packages is", modifiedAnswers);
return modifiedAnswers;
},
isRecalibrationOnOrder() {