CASH-1757: minor suggestion fixes from copilot again

This commit is contained in:
AdamCaouetteSafelite 2025-11-14 03:47:58 -05:00
parent c1ef693617
commit a20b407814

View file

@ -28,7 +28,6 @@
:ref="modalName"
class="afterpay-modal"
:headerText="modalHeaderText"
:onModalOpenedCallback="openModal"
:isFooterButtonSuppressed="true">
<template v-slot:modal-header-slot>
<span>{{ modalSubHeaderText }}</span>
@ -138,7 +137,6 @@ export default {
sections.forEach((section) => {
const sectionContent = this.getCmsContent(section.Name, "BodyText");
section["content"] = sectionContent;
console.log("section: ", section);
});
return sections;
},
@ -231,7 +229,7 @@ export default {
.modal-title.justify-content-center {
// OVERRIDE
justify-content: left;
justify-content: flex-start;
}
.btn-close {
top: 1.25rem;