From: Bill Erickson Date: Thu, 5 Aug 2021 16:45:22 +0000 (-0400) Subject: LP1936233 lint X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c7e4809061a72323bb6d064d400d34b2aaa17198;p=working%2FEvergreen.git LP1936233 lint Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/cat/item/status.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/item/status.component.ts index a989e37f44..12997ffbcd 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/item/status.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/item/status.component.ts @@ -169,7 +169,7 @@ export class ItemStatusComponent implements OnInit, AfterViewInit { this.rowFlair = (row: IdlObject) => { if (row.ischanged()) { - return {icon: 'save', title: this.itemModified.text} + return {icon: 'save', title: this.itemModified.text}; } };