diff --git a/btc-UI/src/app/components/selection.service/selection.service.ts b/btc-UI/src/app/components/selection.service/selection.service.ts index 064b023..16945ce 100644 --- a/btc-UI/src/app/components/selection.service/selection.service.ts +++ b/btc-UI/src/app/components/selection.service/selection.service.ts @@ -315,7 +315,7 @@ export class SelectionService { if (!base.numbers.length || base.value <= 0) return []; - return ['WIN', 'SHP', 'THP'].map(label => { + return ['WIN', 'SHP', 'PLC'].map(label => { const newRow: SelectionData = { ...base, label, diff --git a/btc-UI/src/app/components/shared-table/shared-table.component.html b/btc-UI/src/app/components/shared-table/shared-table.component.html index e84d779..2dfa105 100644 --- a/btc-UI/src/app/components/shared-table/shared-table.component.html +++ b/btc-UI/src/app/components/shared-table/shared-table.component.html @@ -38,8 +38,14 @@ -