Skip to content

Commit f0c69f4

Browse files
authored
Update mixin-thead.js
1 parent 09f501e commit f0c69f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/helpers/mixin-thead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default {
9595
if (!field.label.trim() && !field.headerTitle) {
9696
// In case field's label and title are empty/blank
9797
// We need to add a hint about what the column is about for non-sighted users
98-
/* istabnul ignore next */
98+
/* istanbul ignore next */
9999
ariaLabel = startCase(field.key)
100100
}
101101
const sortable = field.sortable && !(isFoot && this.noFooterSorting)

0 commit comments

Comments
 (0)