From 95d4d151e07276041a612ceff23be970ab7ea8fc Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 25 Apr 2023 14:26:27 -0400 Subject: [PATCH] Checking in to work on defects --- .../service-location/service-location.vue | 25 +++++++++++-------- .../shop-question/shop-question.vue | 9 ++++--- 2 files changed, 21 insertions(+), 13 deletions(-) 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 {