CSR-480: remove unused computeds, formatting

This commit is contained in:
Adam Caouette 2022-06-13 20:58:38 -04:00
parent f1380cfe2f
commit 6164be582b

View file

@ -55,15 +55,6 @@ export default {
questions.unshift({}); questions.unshift({});
return questions; return questions;
}, },
questionText() {
return this.questions[this.currentQuestion]?.questionText;
},
questionAnswers() {
return this.questions[this.currentQuestion]?.answers;
},
questionGroupname() {
return `${this.questionData.glassName}-${this.questionData.glassLocation}-${this.currentQuestion}`;
},
selectedValue: { selectedValue: {
get: function() { get: function() {
return this.modelValue; return this.modelValue;