Negation was Wrong
This commit is contained in:
@@ -27,7 +27,7 @@ export class BesucherComponent implements OnInit {
|
|||||||
kommt: string[] = ['Ja','Nein'];
|
kommt: string[] = ['Ja','Nein'];
|
||||||
|
|
||||||
constructor(private besucherService: BesucherService) {
|
constructor(private besucherService: BesucherService) {
|
||||||
this.active = environment.production;
|
this.active = !environment.production;
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user