diff --git a/frontend/src/app/bans/details/details.component.html b/frontend/src/app/bans/details/details.component.html index fb362fc..517d5d9 100644 --- a/frontend/src/app/bans/details/details.component.html +++ b/frontend/src/app/bans/details/details.component.html @@ -23,7 +23,8 @@ {{ this.historyFormat.getType(punishment) }}
- {{ this.historyFormat.isActive(punishment) }} + {{ this.historyFormat.isActive(punishment) ? 'Active' : 'Inactive' }}