We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df24cd5 commit eb4ca0cCopy full SHA for eb4ca0c
1 file changed
apps/webapp/app/presenters/OrgUsagePresenter.server.ts
@@ -194,7 +194,5 @@ function getMonthsBetween(startMonth: string, endMonth: string): string[] {
194
currentDate = new Date(currentDate.setMonth(currentDate.getMonth() + 1));
195
}
196
197
- months.push(endMonth);
198
-
199
return months;
200
0 commit comments