Skip to content

Commit d24527d

Browse files
committed
force aria-hidden true string
1 parent adf0875 commit d24527d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/metron/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const Row = template(({ id, onRemove, onSelect, className, label }) => (
159159
</td>
160160
<td class="col-md-1">
161161
<a on:click={onRemove}>
162-
<span class="glyphicon glyphicon-remove" aria-hidden />
162+
<span class="glyphicon glyphicon-remove" aria-hidden="true" />
163163
</a>
164164
</td>
165165
<td class="col-md-6" />

0 commit comments

Comments
 (0)