diff --git a/ui/src/app/besucher/besucher.component.ts b/ui/src/app/besucher/besucher.component.ts index 588a911..1f82a71 100644 --- a/ui/src/app/besucher/besucher.component.ts +++ b/ui/src/app/besucher/besucher.component.ts @@ -27,7 +27,7 @@ export class BesucherComponent implements OnInit { kommt: string[] = ['Ja','Nein']; constructor(private besucherService: BesucherService) { - this.active = environment.production; + this.active = !environment.production; } ngOnInit(): void {