Skip to content

feat(Editing): display next month after the 5th

Rémi PAILHAREY requested to merge feat/US604-display-next-month-by-default into dev

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

Merge request reports