Skip to content
Snippets Groups Projects
Unverified Commit bcc2abf4 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: (reports) 1y date range should be 12 months not 13 months (#1000)

Closes #375
parent 933ca3ec
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ function Header({ ...@@ -122,7 +122,7 @@ function Header({
<Button bare onClick={() => onChangeDates(...getLatestRange(5))}> <Button bare onClick={() => onChangeDates(...getLatestRange(5))}>
6 months 6 months
</Button> </Button>
<Button bare onClick={() => onChangeDates(...getLatestRange(12))}> <Button bare onClick={() => onChangeDates(...getLatestRange(11))}>
1 Year 1 Year
</Button> </Button>
<Button bare onClick={() => onChangeDates(...getFullRange(allMonths))}> <Button bare onClick={() => onChangeDates(...getFullRange(allMonths))}>
......
---
category: Bugfix
authors: [MatissJanis]
---
Reports: 1y date range should be 12 months, not 13 months
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