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