Skip to content

Commit

Permalink
[Angular] Remove duplicated condition (#25040)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Feb 1, 2024
1 parent 51aa5f6 commit 4109701
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<th scope="col"></th>
</tr>
</thead>
@if (users()) {
<tbody>
@for (user of users(); track trackIdentity) {
<tr>
Expand Down Expand Up @@ -134,7 +133,6 @@
</tr>
}
</tbody>
}
</table>
</div>
<%_ if (!databaseTypeCassandra) { _%>
Expand Down

0 comments on commit 4109701

Please sign in to comment.