Skip to content

Commit

Permalink
Merge pull request #198 from RignonNoel/fix-remove_duplicate_remove_b…
Browse files Browse the repository at this point in the history
…utton

remove duplicated remove button in table
  • Loading branch information
RignonNoel authored Mar 24, 2021
2 parents afd73f4 + 2f08be0 commit 2840f5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/components/my-table/my-table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ <h2 class="my-table__actions__title nt-title" *ngIf="settings.title">
(click)="remove(item)">
<i class="fa fa-trash actionnable"></i>
</a>
<a *ngIf="settings.removeButton"
class="my-table__table__line__cell--actions__remove"
(click)="remove(item)">
<i class="fa fa-trash actionnable"></i>
</a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 2840f5d

Please sign in to comment.