Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglenister committed Jun 4, 2024
1 parent bd952fd commit 674c015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/components/income.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ export class NationalConditionalGrantsSection extends AbstractIncomeSection {
this._transferredLabel = {};
this._spentLabel = {};
for (const year in this._chartData) {
let legendYear = this.sectionData.snapshot_date.year;
let legendQuarter = this.sectionData.snapshot_date.quarter;
const legendYear = this.sectionData.snapshot_date.year;
const legendQuarter = this.sectionData.snapshot_date.quarter;

this._transferredLabel[year] = `Amount transferred up to ${legendYear} Q${legendQuarter}`;
this._spentLabel[year] = `Amount spent up to ${legendYear} Q${legendQuarter}`;
Expand Down

0 comments on commit 674c015

Please sign in to comment.