This commit is contained in:
Teriuihi 2025-04-20 17:19:50 +02:00
parent 9043c774f7
commit 54eb1ea735

View File

@ -23,7 +23,8 @@
<span class="tag tagInfo tagActive">{{ this.historyFormat.getType(punishment) }}</span>
</div>
<div>
<span class="tag tagInfo tagPermanent">{{ this.historyFormat.isActive(punishment) }}</span>
<span
class="tag tagInfo tagPermanent">{{ this.historyFormat.isActive(punishment) ? 'Active' : 'Inactive' }}</span>
</div>
</ng-container>
</section>