Small refactor

This commit is contained in:
Leah Schumann 2023-04-18 08:40:41 -04:00
parent d2ed91e919
commit f0957a9bba

View file

@ -162,7 +162,9 @@ export default {
this.shopIndex = 0;
this.getNextShopsFromList();
this.displaySeeMoreLocationsLink = true;
this.displaySeeMoreLocationsLink = true;
this.selectedValue = "";
this.$refs.buttonQuestion.resetField();
},
},
@ -189,11 +191,6 @@ export default {
container.scrollTo({ top: container.scrollHeight, left: 0, behavior: "smooth" });
this.resetShopList();
this.selectedValue = "";
this.$refs.buttonQuestion.resetField();
},
immediate: true,
},