CASH-1315 prettier updates:
This commit is contained in:
parent
ec75581f0d
commit
5bf73e43bb
1 changed files with 3 additions and 1 deletions
|
|
@ -267,7 +267,9 @@ 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