Skip to content

Commit b4d16f9

Browse files
fixed subscription names not being visible
1 parent f9b6aec commit b4d16f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/admin-app/app-admin-subscription-search/app-admin-subscription-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ <h3 class="header-text ms-2">Subscriptions</h3>
5959
(click)="editSubscription(element)"
6060
>
6161
<mat-icon style="transform: scale(0.85)" svgIcon="ic_edit"></mat-icon>
62-
{{ element.name }}
6362
</button>
63+
{{ element.name }}
6464
</mat-cell>
6565
</ng-container>
6666

0 commit comments

Comments
 (0)