From a6bdaac2ef8eea1ce25f79608280c850bbd15afc Mon Sep 17 00:00:00 2001 From: Sipachev Igor Date: Fri, 15 Apr 2022 13:04:04 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20d?= =?UTF-8?q?=20=D1=81=D0=BA=D0=BE=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popup/src/classes/DTO/Registers.ts | 3 +++ popup/src/components/mocks/template.html | 15 +++++++++++++++ 2 files changed, 18 insertions(+) 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
+
+ +
+