From: Galen Charlton Date: Fri, 4 Jun 2021 15:44:15 +0000 (-0400) Subject: currency: fix lint X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0af9bd1cc9117c7f4d82140e51cf78482bb830cd;p=working%2FEvergreen.git currency: fix lint Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/exchange-rates-dialog.component.ts b/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/exchange-rates-dialog.component.ts index 243fad47b0..045a757405 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/exchange-rates-dialog.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/exchange-rates-dialog.component.ts @@ -113,7 +113,7 @@ export class ExchangeRatesDialogComponent }); this.ratios.sort((a, b) => { return a.to_currency().code() < b.to_currency().code() ? -1 : 1; - }) + }); } save() {