Fixes #15
This commit is contained in:
parent
9043c774f7
commit
54eb1ea735
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user