Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-430 test modified
  • Loading branch information
mandres2015 committed Dec 4, 2021
commit 225e8f2e8208a7b9efda6a02f56263464c010964
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ export class ActivitiesManagementComponent implements OnInit {
showOptionInDevelopment = true;

ngOnInit() {
this.showOption();
}

showOption(): void {
if (environment.production){
this.showOptionInDevelopment = false;
}
this.showOptionInDevelopment = !environment.production;
}
}