copilot fix

This commit is contained in:
Katie Kroell 2026-03-09 15:04:00 -04:00
parent 63043b4796
commit e2ff57fdbe

View file

@ -62,7 +62,7 @@ export default {
return this.getCmsContent(this.cmsWidgetName, 'FooterText');
},
imgClass() {
if (this.ModalImage === this.getCmsContent('RainDefenseModal', 'Image')) {
if (this.cmsWidgetName === 'RainDefenseModal') {
return 'rain-repel';
}
return '';