Browse Source

fix: use 'Cluster ID' alias for method name

jmacura 5 years ago
parent
commit
5d75eb1e81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app.service.ts

+ 1 - 1
src/app.service.ts

@@ -88,7 +88,7 @@ export class AppService {
       attributes: [
         {attribute: 'CNTR_CODE', label: 'Country'},
         {attribute: 'NUTS_NAME', label: 'Name'},
-        {attribute: this.adjusterService.method /*, label: 'Cluster ID'*/},
+        {attribute: this.adjusterService.method, label: 'Cluster ID'},
         {
           attribute: 'NUTS_ID',
           label: 'Detailed report',