Skip to content

Commit

Permalink
Update HomeVLCascade.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet authored Mar 18, 2024
1 parent a4045b1 commit d90fcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/HomeVLCascade.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const HomeVLCascade = () => {
const currentDate = moment();

// Check if the current date is before the 20th of the month
if (currentDate.date() < 20) {
if (currentDate.date() < 18) {
// If true, subtract 2 months
currentDate.subtract(2, 'months');
} else {
Expand Down

0 comments on commit d90fcc6

Please sign in to comment.