From 075d434c6f197eeb6233e46ece91a66b2263d9ce Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 10 Jun 2021 12:48:46 +0200 Subject: [PATCH] fix display of vote stacks detailed --- src/app/features/consultation/consultation.component.ts | 3 ++- .../poll-results-detailed.component.html | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/features/consultation/consultation.component.ts b/src/app/features/consultation/consultation.component.ts index 547fb367..60876b19 100644 --- a/src/app/features/consultation/consultation.component.ts +++ b/src/app/features/consultation/consultation.component.ts @@ -15,7 +15,8 @@ import { ToastService } from '../../core/services/toast.service'; styleUrls: ['./consultation.component.scss'], }) export class ConsultationComponent implements OnInit, OnDestroy { - public isCompactMode = false; + // public isCompactMode = false; + public isCompactMode = true; public poll: Poll; public pollSlug: string; public pass_hash: string; diff --git a/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html b/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html index 3c1ce0e3..aa35baab 100644 --- a/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html +++ b/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html @@ -7,7 +7,6 @@ - {{ choice.id }} {{ choice.name }} @@ -54,8 +53,7 @@ - - {{ vote.choice_id }}) + {{ vote.value }}