MASTER-hotFix(travel_extraCommunity): fix css #1078
|
@ -18,6 +18,7 @@ module.exports = Self => {
|
|||
|
||||
Self.closeAll = async() => {
|
||||
const toDate = new Date();
|
||||
toDate.setHours(0, 0, 0, 0);
|
||||
toDate.setDate(toDate.getDate() - 1);
|
||||
|
||||
const todayMinDate = new Date();
|
||||
|
|
Loading…
Reference in New Issue