Merge pull request #2009 from Safelite/feature/CSR-2242

CSR-2242
This commit is contained in:
CarlNation 2024-10-02 13:23:07 -04:00 committed by GitHub
commit cf71d7fe9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,7 +167,10 @@ export default {
if (logFirstShopsDisplayed) {
gaAction = this.GaActions.SHOPS_FIRST_DISPLAYED;
}
if (this.selectedAppointmentType === AppointmentTypeStrings.IN_SHOP) {
if (
this.selectedAppointmentType === AppointmentTypeStrings.IN_SHOP ||
this.selectedAppointmentType === AppointmentTypeStrings.DROP_OFF
) {
var shops = mappedData.map((shop) => {
if (shop.value.length > 5 && shop.value.startsWith("00")) {
return shop.value.substring(1);