From: Galen Charlton Date: Mon, 8 Mar 2021 15:45:46 +0000 (-0500) Subject: LP#1913219: (follow-up) clean up ng lint warning X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fbaefb8df7322ac8617fddb9b3b7a840d28366c0;p=evergreen%2Fpines.git LP#1913219: (follow-up) clean up ng lint warning Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts index b12d8e3494..3ad8322686 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts @@ -80,7 +80,7 @@ export class CopiesComponent implements OnInit { this.openHoldingsEditor = (item: number) => { window.open('/eg/staff/cat/item/' + item + '/edit', '_blank'); - } + }; }