Negation was Wrong

This commit is contained in:
2022-01-16 14:00:27 +01:00
parent 3d1f58e331
commit 5102099a8b

View File

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