currency: fix lint
authorGalen Charlton <gmc@equinoxOLI.org>
Fri, 4 Jun 2021 15:44:15 +0000 (11:44 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 4 Jun 2021 15:44:15 +0000 (11:44 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/admin/acq/currency/exchange-rates-dialog.component.ts

index 243fad4..045a757 100644 (file)
@@ -113,7 +113,7 @@ export class ExchangeRatesDialogComponent
         });
         this.ratios.sort((a, b) => {
             return a.to_currency().code() < b.to_currency().code() ? -1 : 1;
-        })
+        });
     }
 
     save() {