🐛 fix in consultation user

This commit is contained in:
Tykayn 2022-02-07 19:10:34 +01:00 committed by tykayn
parent 81a6e689e2
commit 05fbbdf466
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export class ConsultationUserComponent implements OnInit {
private toastService: ToastService,
private cd: ChangeDetectorRef,
@Inject(DOCUMENT) private document: any,
private storageService: StorageService,
public storageService: StorageService,
public pollService: PollService
) {
this.pollService.step_current = 2;