Skip to content

Commit

Permalink
fix: line length
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Sep 9, 2024
1 parent bf9a23a commit 3e864cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Thanks/BadgesCustomization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ export default {
// `Learn 1 cool thing about ${this.loanRegion}`,
// ],
// // eslint-disable-next-line max-len
// description: `Like ${this.borrowerName}, people in ${this.loanRegion} continue to be financially excluded.`,
// description:
// `Like ${this.borrowerName}, people in ${this.loanRegion} continue to be financially excluded.`,
// category: {
// countryIsoCode: [this.selectedLoan.geocode.country.isoCode],
// },
Expand Down

0 comments on commit 3e864cb

Please sign in to comment.