diff --git a/src/app/features/administration/form/form.component.ts b/src/app/features/administration/form/form.component.ts
index 7bb6a64f..beb2298e 100644
--- a/src/app/features/administration/form/form.component.ts
+++ b/src/app/features/administration/form/form.component.ts
@@ -23,7 +23,7 @@ export class FormComponent implements OnInit {
private cd: ChangeDetectorRef,
private uuidService: UuidService,
private toastService: ToastService,
- private pollService: PollService,
+ public pollService: PollService,
private router: Router,
public route: ActivatedRoute,
private apiService: ApiService,
diff --git a/src/app/features/administration/form/steps/step-four/step-four.component.html b/src/app/features/administration/form/steps/step-four/step-four.component.html
index bf501989..f6ed9b70 100644
--- a/src/app/features/administration/form/steps/step-four/step-four.component.html
+++ b/src/app/features/administration/form/steps/step-four/step-four.component.html
@@ -54,12 +54,9 @@
-
-