MASTER-hotFix(travel_extraCommunity): fix css #1078

Merged
joan merged 5 commits from hotFix_travel_extraCommunity-css into master 2022-10-10 05:51:28 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4ecbb59ac0 - Show all commits

View File

@ -18,6 +18,7 @@ module.exports = Self => {
Self.closeAll = async() => { Self.closeAll = async() => {
const toDate = new Date(); const toDate = new Date();
toDate.setHours(0, 0, 0, 0);
toDate.setDate(toDate.getDate() - 1); toDate.setDate(toDate.getDate() - 1);
const todayMinDate = new Date(); const todayMinDate = new Date();