LP#1913219: (follow-up) clean up ng lint warning
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Mar 2021 15:45:46 +0000 (10:45 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Mar 2021 15:45:46 +0000 (10:45 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts

index b12d8e3..3ad8322 100644 (file)
@@ -80,7 +80,7 @@ export class CopiesComponent implements OnInit {
 
         this.openHoldingsEditor = (item: number) => {
             window.open('/eg/staff/cat/item/' + item + '/edit', '_blank');
-        }
+        };
 
     }