copilot fix
This commit is contained in:
parent
63043b4796
commit
e2ff57fdbe
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default {
|
||||||
return this.getCmsContent(this.cmsWidgetName, 'FooterText');
|
return this.getCmsContent(this.cmsWidgetName, 'FooterText');
|
||||||
},
|
},
|
||||||
imgClass() {
|
imgClass() {
|
||||||
if (this.ModalImage === this.getCmsContent('RainDefenseModal', 'Image')) {
|
if (this.cmsWidgetName === 'RainDefenseModal') {
|
||||||
return 'rain-repel';
|
return 'rain-repel';
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue