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)
|
const inshopFirstDate = Array.isArray(this.selectableDatesInshop)
|
||||||
? this.selectableDatesInshop[0]?.date
|
? this.selectableDatesInshop[0]?.date
|
||||||
: null;
|
: null;
|
||||||
return this.isMobileSelected && mobileFirstDate
|
return (this.isMobileSelected && mobileFirstDate) ? mobileFirstDate + "-mobile" : inshopFirstDate;
|
||||||
? mobileFirstDate + "-mobile"
|
|
||||||
: inshopFirstDate;
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue