Skip to content

Commit

Permalink
fix badge shown on access-status-page
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangantner committed Feb 20, 2024
1 parent c031f03 commit 93c8e3b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<div class="truncatable-content">
<div>
<div class="d-flex">
<ds-type-badge *ngIf="showLabel" [object]="item"></ds-type-badge>
<ds-access-status-badge [item]="item" class="pl-1"></ds-access-status-badge>
<ds-themed-badges *ngIf="showLabel" [object]="item"></ds-themed-badges>
</div>
<ds-truncatable [id]="item.id">
<h3>
Expand Down

0 comments on commit 93c8e3b

Please sign in to comment.