WIP MMCM
This commit is contained in:
@@ -19,7 +19,8 @@ let date = {collectExpress: null, deliveryExpress: null, collectFacteur: null, d
|
||||
const currentDay = format(today, 'e')
|
||||
//const isWeekEnd = (currentDay === '7' || currentDay === '8')
|
||||
|
||||
if (format(today, 'HH') > 17) {
|
||||
|
||||
if (format(today, 'HH') > 16) {
|
||||
date.collectExpress = date.deliveryExpress = tomorrow
|
||||
} else {
|
||||
date.collectExpress = date.deliveryExpress = today
|
||||
|
||||
Reference in New Issue
Block a user