diff --git a/popup/src/classes/DTO/Registers.ts b/popup/src/classes/DTO/Registers.ts index a947843..594f0ec 100644 --- a/popup/src/classes/DTO/Registers.ts +++ b/popup/src/classes/DTO/Registers.ts @@ -2,6 +2,7 @@ export class Registers { xtee_mta = '' ria = '' scoring = '' + scoring_d = '' xtee_pension = '' reset () { @@ -10,6 +11,8 @@ export class Registers { this.ria = '' this.scoring = '' // eslint-disable-next-line @typescript-eslint/camelcase + this.scoring_d = '' + // eslint-disable-next-line @typescript-eslint/camelcase this.xtee_pension = '' } } diff --git a/popup/src/components/mocks/template.html b/popup/src/components/mocks/template.html index 310e8c7..b15d0fa 100644 --- a/popup/src/components/mocks/template.html +++ b/popup/src/components/mocks/template.html @@ -46,6 +46,21 @@ +
+
Scoring D
+
+ +
+