CSR-1027 Format

This commit is contained in:
Katie 2023-01-03 13:20:29 -05:00
parent 284f239992
commit 266a871b50

View file

@ -104,11 +104,14 @@ export default {
replaceOptions(replaceOptions) { replaceOptions(replaceOptions) {
// For rear window, in case user chooses slider and later comes back // For rear window, in case user chooses slider and later comes back
// with a vehicle with only stationary // with a vehicle with only stationary
if (!Array.isArray(this.selectedValues) && !replaceOptions.includes(this.selectedValues)) { if (
!Array.isArray(this.selectedValues) &&
!replaceOptions.includes(this.selectedValues)
) {
this.selectedValues = null; this.selectedValues = null;
this.updateSelectedValues(); this.updateSelectedValues();
} }
} },
}, },
components: { components: {
buttonQuestion, buttonQuestion,