Hide family buttons

This commit is contained in:
CHIEFSOFT\ameye
2024-01-18 22:03:35 -05:00
parent b1d9e3b1d3
commit 878c5c1817
3 changed files with 3 additions and 2 deletions
@@ -73,7 +73,7 @@ export class AddJobsComponent implements OnInit {
loading.present();
this.isDisabled = true;
this.wrenchService.jobManagerCreateJob(this.reqData).subscribe(
jobManagerCreateResult => {
loading.dismiss();
@@ -1,4 +1,4 @@
<div>
<div *ngIf="family_dash_show> 0">
<app-fastreward></app-fastreward>
<app-familiy-nokids></app-familiy-nokids>
<app-familiy-notask></app-familiy-notask>
@@ -10,6 +10,7 @@ import {WrenchService} from "../../services/wrench.service";
styleUrls: ['./familiy-dash.component.scss'],
})
export class FamiliyDashComponent implements OnInit {
family_dash_show:number = 0;
pageItem:{
page_name: number