[bug] Remove empty span element

This commit is contained in:
addison 2022-04-26 08:51:02 -04:00
parent d0b1bd0079
commit 97d4aea9e6
1 changed files with 0 additions and 7 deletions

View File

@ -60,13 +60,6 @@
appA11yTitle="{{ 'editFolder' | i18n }}"
>
<i class="bwi bwi-pencil bwi-fw" aria-hidden="true"></i>
<span
(click)="editFolder(f.node)"
role="button"
appA11yTitle="{{ 'editFolder' | i18n }}"
*ngIf="f.node.id"
>
</span>
</button>
</span>
<ul class="nested-filter-options" *ngIf="f.children.length && !isCollapsed(f.node)">