copilot fix
This commit is contained in:
parent
c376411287
commit
f207da6390
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@
|
|||
typeStyle="caption" />
|
||||
<siteFooter
|
||||
ref="siteFooter"
|
||||
:class="getVariant + ' mb-5'"
|
||||
:class="backButtonClass + ' mb-5'"
|
||||
cmsWidgetName="SiteFooterWidget"
|
||||
:isForwardButtonHidden="true"
|
||||
@backClicked="navigateBackByVehicleQuestions" />
|
||||
|
|
@ -327,7 +327,7 @@ export default {
|
|||
buttonText() {
|
||||
return (this.isITACQuoteVisible || this.isNoCompQuoteVisible) ? 'Continue scheduling' : 'Continue';
|
||||
},
|
||||
getVariant() {
|
||||
backButtonClass() {
|
||||
if (this.isITACQuoteVisible || this.isNoCompQuoteVisible) {
|
||||
return 'centered-back-button';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue