CASH-1315 prettier revert
This commit is contained in:
parent
21c247f916
commit
fa0f09b46d
1 changed files with 3 additions and 1 deletions
|
|
@ -266,7 +266,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