diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 2e4584c03..63ed541e5 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -65,16 +65,19 @@ ref="mobileLocationQuestions" linkWidgetName="MobileLocationLinkWidget" modalWidgetName="MobileLocationModalWidget" /> - - + + { this.scrollToBottom(); }); @@ -186,7 +187,9 @@ export default { shops: { handler(newValue) { this.$refs.buttonQuestion.resetField(); - const selectedShopIndex = newValue.findIndex((provider) => provider.providerNumber == this.modelValue); + const selectedShopIndex = newValue.findIndex( + (provider) => provider.providerNumber == this.modelValue + ); if (selectedShopIndex >= 3) { this.getNextShopsFromList(selectedShopIndex + 1); } else {