admin: remove last occurence of initialName
This commit is contained in:
parent
faab83e037
commit
4077431ef0
3 changed files with 0 additions and 9 deletions
|
|
@ -23,7 +23,6 @@
|
|||
</td>
|
||||
<td>
|
||||
{{ team.name }}
|
||||
<div ng-if="team.name != team.initialName">{{ team.initialName }}</div>
|
||||
</td>
|
||||
<td ng-controller="TeamMembersController" style="padding: 0;">
|
||||
<table class="table table-hover table-sm bg-light" style="margin: 0;">
|
||||
|
|
|
|||
Reference in a new issue