Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Aug 23, 2024
1 parent 11e992d commit d637937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Thanks/BadgesCustomization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default {
id: 3,
name: 'Women',
img: 'women',
// eslint-disable-next-line max-len
description: 'Over 50% of unbanked people worldwide are women, lacking access to financial services.',
goals: [
'Complete 2 loans for women',
Expand All @@ -121,6 +122,7 @@ export default {
id: 5,
name: 'Refugees',
img: 'refugees',
// eslint-disable-next-line max-len
description: 'When people are forced to flee their homes and livelihoods, they also leave behind their financial security.',
goals: [
'Complete 2 loans for refugees',
Expand All @@ -131,6 +133,7 @@ export default {
id: 6,
name: 'Most Vulnerable',
img: 'most-vulnerable',
// eslint-disable-next-line max-len
description: 'Help families and communities access the medicine, surgeries and healthcare services they need.',
goals: [
'Complete 2 loans to help the most vulnerable',
Expand Down Expand Up @@ -184,6 +187,7 @@ export default {
`Complete 2 loans from ${this.loanCountry}`,
`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.`,
}
);
Expand Down

0 comments on commit d637937

Please sign in to comment.