Skip to content

Commit 69ccde9

Browse files
committed
fix org
1 parent f36d2fe commit 69ccde9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/features/organization/pages/organization-management/organization-management.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ <h4>{{ org.name }}</h4>
7676
<span class="status-badge" [ngClass]="org.status.toLowerCase()">
7777
{{ org.status }}
7878
</span>
79-
<!-- @if(org.ownerId === myId){ -->
80-
@if(true){
79+
@if(org.ownerId === myId){
8180
<button class="btn-icon danger" (click)="confirmDelete(org.id)">
8281
<i class="fa fa-trash"></i>
8382
</button>

0 commit comments

Comments
 (0)