CSR-1012 | updated service zip link text computed
This commit is contained in:
parent
140d54e3b8
commit
dc86629869
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
serviceZipLinkText() {
|
serviceZipLinkText() {
|
||||||
if (this.modelValue.zipCode.length > 0) {
|
if (this.modelValue.zipCode && this.modelValue.zipCode.length > 0) {
|
||||||
return this.modelValue.state + ", " + this.modelValue.zipCode;
|
return this.modelValue.state + ", " + this.modelValue.zipCode;
|
||||||
}
|
}
|
||||||
return this.getCmsContent(this.linkWidgetName, "BodyText");
|
return this.getCmsContent(this.linkWidgetName, "BodyText");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue