CASH-1757: minor suggestion fixes from copilot again
This commit is contained in:
parent
c1ef693617
commit
a20b407814
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue