Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 5e9262c

Browse files
committed
Fix bug on project home page
1 parent ab5d3c9 commit 5e9262c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/app/project/project-home/project-home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ <h1>{{ project.title }}</h1>
3434
>
3535
<span>Copy Link</span>
3636
</button>
37-
<mat-divider *ngIf="canAdmin"></mat-divider>
37+
<mat-divider *ngIf="canAdminProject"></mat-divider>
3838
<button
3939
mat-menu-item
4040
[attr.aria-label]="'Edit'"
41-
*ngIf="canAdmin"
41+
*ngIf="canAdminProject"
4242
(click)="showEditProjectTemplate = true"
4343
>
4444
<span>Edit</span>

0 commit comments

Comments
 (0)