Skip to content

Commit

Permalink
Update HomeVLCascade.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Jun 19, 2024
1 parent e4754fd commit 54092c6
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 @@ -15,7 +15,7 @@ const HomeVLCascade = () => {
const currentDate = moment();

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

0 comments on commit 54092c6

Please sign in to comment.