Skip to content

Commit f36d2fe

Browse files
committed
improve UI
1 parent 9c795b9 commit f36d2fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)