HotFix - license screen

This commit is contained in:
Timo Bejan 2023-06-13 11:54:02 +03:00
parent fd1e1fb80a
commit 34f2e3102f

View File

@ -105,7 +105,6 @@ export class LicenseChartComponent {
}
#getReports(dateRanges: List<IDateRange>, id: string) {
console.log(dateRanges);
const reports = dateRanges.map(range => {
const startMonth = range.startMonth + 1;
const endMonth = range.endMonth + 1;