CASH-1315 undo removal of watch

This commit is contained in:
AdamCaouetteSafelite 2025-12-30 10:54:01 -05:00
parent efee6aa70a
commit dfc70d19bc

View file

@ -267,9 +267,7 @@ export default {
const inshopFirstDate = Array.isArray(this.selectableDatesInshop)
? this.selectableDatesInshop[0]?.date
: null;
return this.isMobileSelected && mobileFirstDate
? mobileFirstDate + "-mobile"
: inshopFirstDate;
return (this.isMobileSelected && mobileFirstDate) ? mobileFirstDate + "-mobile" : inshopFirstDate;
},
},
methods: {