fix publicity of properties in consultation

This commit is contained in:
Tykayn 2022-02-07 19:09:38 +01:00 committed by tykayn
parent 4ee326445b
commit 81a6e689e2
1 changed files with 4 additions and 4 deletions

View File

@ -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;