CSR-803: remove obsolete code
This commit is contained in:
parent
03a12388ce
commit
b0447586c5
1 changed files with 0 additions and 6 deletions
|
|
@ -85,12 +85,6 @@ export default {
|
||||||
AlertFewMoreQuestionsCopy() {
|
AlertFewMoreQuestionsCopy() {
|
||||||
return this.getCmsContent("AdditionalPartsQuestionsAlert", "BodyText");
|
return this.getCmsContent("AdditionalPartsQuestionsAlert", "BodyText");
|
||||||
},
|
},
|
||||||
windshieldPart() {
|
|
||||||
return this.pageData.partsOrQuestions.find(x => x.glassLocation === damageLocationsSelected.WINDSHIELD);
|
|
||||||
},
|
|
||||||
windshieldPartInfo() {
|
|
||||||
return this.windshieldPart.parts[0];
|
|
||||||
},
|
|
||||||
pageData() {
|
pageData() {
|
||||||
return this.$store.getters.pageData(fmgPageValues.CAPABILITY_QUESTIONS);
|
return this.$store.getters.pageData(fmgPageValues.CAPABILITY_QUESTIONS);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue