Skip to content

Commit

Permalink
check visibility feature for settings tab for non-active package release
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Aug 2, 2024
1 parent a0e1359 commit 82c2954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>{{ subheading }}
</a>
<a
mat-tab-link
*ngIf="isOriginMember"
*ngIf="visibilityEnabled && isOriginMember"
routerLink="settings"
routerLinkActive
#settings="routerLinkActive"
Expand Down

0 comments on commit 82c2954

Please sign in to comment.