Adjust rows per page

master
unknown 2023-01-07 20:58:36 -07:00
parent 3858ef2299
commit 864b838b69
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export class ContributorYearlyReportComponent implements OnInit {
public rowsFirstPage: number = 28;
public rowsPerPage: number = 46;
public rowsPerPage: number = 45;
public get fillerRows(): number[] {
const rowsToFillPage = this.rowsFirstPage + ((this.pages - 2) * this.rowsPerPage);
const rowsNeeded = rowsToFillPage - this.transactions.length;