From fbaefb8df7322ac8617fddb9b3b7a840d28366c0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 8 Mar 2021 10:45:46 -0500 Subject: [PATCH] LP#1913219: (follow-up) clean up ng lint warning Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/catalog/record/copies.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); - } + }; } -- 2.43.2