Skip to content
Snippets Groups Projects
Commit 75651ff1 authored by Alex Pennells's avatar Alex Pennells :three:
Browse files

Fix Exec Dashboard time period for 3 months ago

parent 10e24601
No related branches found
No related tags found
1 merge request!105575Fix Exec Dashboard time period for 3 months ago
......@@ -95,7 +95,7 @@ export const THREE_MONTHS_AGO = {
key: 'threeMonthsAgo',
label: monthInWords(nMonthsBefore(NOW, 3)),
start: nMonthsBefore(PREVIOUS_MONTH_START, 2),
end: nSecondsBefore(PREVIOUS_MONTH_START, 2),
end: nSecondsBefore(nMonthsBefore(PREVIOUS_MONTH_START, 1), 1),
};
export const DASHBOARD_TIME_PERIODS = [THIS_MONTH, LAST_MONTH, TWO_MONTHS_AGO, THREE_MONTHS_AGO];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment