feat(Editing): display next month after the 5th
Feature:
- Display next month after the 5th of the current month
How to test:
- run
npm run local-up
- login and check the rule is correctly applied
- you can mock the current date by changing line n°19 in Editing.tsx (example:
let newsletterDate = new Date("2021-11-05")
) and refresh