Remove extra top menu menu from the family side

This commit is contained in:
CHIEFSOFT\ameye
2024-07-20 08:20:50 -04:00
parent 7bd39c4c63
commit 881e864f4b
+3 -1
View File
@@ -52,7 +52,9 @@
<ion-content class="ion-padding">
<div class="boxed_contents" id="{{home_dash_type}}">
<app-dash-toptool></app-dash-toptool>
<div *ngIf="accountType == 'FULL';">
<app-dash-toptool></app-dash-toptool>
</div>
<div *ngIf="accountType == 'FAMILY'; else elseFulltag">
<app-familyhome></app-familyhome>
<app-familypending></app-familypending>