From 3e864cbe8fcd75e025c504c769913ff9c3c8a1b4 Mon Sep 17 00:00:00 2001 From: Casey Dyer Date: Mon, 9 Sep 2024 09:15:20 -0700 Subject: [PATCH] fix: line length --- src/components/Thanks/BadgesCustomization.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Thanks/BadgesCustomization.vue b/src/components/Thanks/BadgesCustomization.vue index c6f3b8b520..4769cb60cc 100644 --- a/src/components/Thanks/BadgesCustomization.vue +++ b/src/components/Thanks/BadgesCustomization.vue @@ -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], // },