CASH-1315 undo removal of watch
This commit is contained in:
parent
efee6aa70a
commit
dfc70d19bc
1 changed files with 1 additions and 3 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue