renamed resetShopList in reloadShopData to resetAnswers

This commit is contained in:
Leah Schumann 2023-05-12 10:33:53 -04:00
parent 63fa093de9
commit bb0dee96ff

View file

@ -180,7 +180,7 @@ export default {
const result = await this.loadData(serviceZipCode);
this.initializeComponent(result.data);
this.resetShopList();
this.resetAnswers();
await nextTick();
await this.getNextShopsFromList();