From: Galen Charlton Date: Fri, 14 May 2021 21:26:43 +0000 (-0400) Subject: LP#1917944k: (follow-up) fix ng lint issue X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8c24c33bec5195f53358c3f29df133ad836bd006;p=evergreen%2Ftadl.git LP#1917944k: (follow-up) fix ng lint issue Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.ts index 4aaf7fa013..ef10228109 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.ts @@ -439,8 +439,9 @@ export class HoldComponent implements OnInit { break; case 'opac.default_pickup_location': - if(value) - this.pickupLib = Number(value); + if (value) { + this.pickupLib = Number(value); + } break; case 'opac.default_phone':