Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Mar 15, 2024
1 parent 2011f00 commit 6b1d8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class XeroMappingComponent implements OnInit {
const mappingPage = new SnakeCaseToSpaceCasePipe().transform(item.source_field);
this.mappingPages.push({
label: brandingConfig.brandId === 'co' ? new SentenceCasePipe().transform(mappingPage) : new TitleCasePipe().transform(mappingPage),
routerLink: `/integrations/qbo/main/mapping/${encodeURIComponent(item.source_field.toLowerCase())}`
routerLink: `/integrations/xero/main/mapping/${encodeURIComponent(item.source_field.toLowerCase())}`
});
}
});
Expand Down

0 comments on commit 6b1d8e5

Please sign in to comment.