From 81a6e689e28eb64d22bb9f279581101cec824b8e Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 7 Feb 2022 19:09:38 +0100 Subject: [PATCH] fix publicity of properties in consultation --- src/app/features/consultation/consultation.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/features/consultation/consultation.component.ts b/src/app/features/consultation/consultation.component.ts index 0fdfd8ce..78290b01 100644 --- a/src/app/features/consultation/consultation.component.ts +++ b/src/app/features/consultation/consultation.component.ts @@ -21,10 +21,10 @@ export class ConsultationComponent implements OnInit, OnDestroy { public environment = environment; private routeSubscription: Subscription; window: any; - private isArchived: boolean; - private poll: Poll; - private pollSlug: string; - private pass_hash: string; + public isArchived: boolean; + public poll: Poll; + public pollSlug: string; + public pass_hash: string; maxYesCount: any = 1; detailledDisplay: boolean = false;